Interface: AppEntity
@headstartwp/core.AppEntity
Empty interface from which all entities inherit.
Hierarchy
↳
AppEntity
Properties
home
• home: Object
Type declaration
Name | Type |
---|---|
id? | number |
slug? | string |
Defined in
packages/core/src/data/types/entities.ts:739
menus
• menus: Object
Index signature
▪ [k: string
]: MenuItemEntity
[]
Defined in
packages/core/src/data/types/entities.ts:736
settings
• settings: Object
Type declaration
Name | Type |
---|---|
posts_per_page | string |
privacy_policy_url | string |
site_desc | string |
site_name | string |
site_rss_url | string |
site_wp_url | string |
Defined in
packages/core/src/data/types/entities.ts:743
theme.json
• theme.json: Record
<string
, any
>
Defined in
packages/core/src/data/types/entities.ts:751
yoast_head
• Optional
yoast_head: null
| string
Inherited from
Defined in
packages/core/src/data/types/entities.ts:14
yoast_head_json
• Optional
yoast_head_json: null
| Record
<string
, any
>