Skip to main content

Interface: AppEntity

Defined in: packages/core/src/data/types/entities.ts:737

Empty interface from which all entities inherit.

Extends

Indexable

[k: string]: unknown

Properties

home

home: object

Defined in: packages/core/src/data/types/entities.ts:741

id?

optional id: number

slug?

optional slug: string


menus: object

Defined in: packages/core/src/data/types/entities.ts:738

Index Signature

[k: string]: MenuItemEntity[]


settings

settings: object

Defined in: packages/core/src/data/types/entities.ts:745

posts_per_page

posts_per_page: string

privacy_policy_url

privacy_policy_url: string

site_desc

site_desc: string

site_name

site_name: string

site_rss_url

site_rss_url: string

site_wp_url

site_wp_url: string


theme.json

theme.json: ThemeJSON

Defined in: packages/core/src/data/types/entities.ts:753


yoast_head?

optional yoast_head: null | string

Defined in: packages/core/src/data/types/entities.ts:17

Inherited from

Entity.yoast_head


yoast_head_json?

optional yoast_head_json: null | YoastJSON

Defined in: packages/core/src/data/types/entities.ts:16

Inherited from

Entity.yoast_head_json