Interface: TermSearchEntity
@headstartwp/core.TermSearchEntity
Interface for terms entities from the /wp/v2/search endpoint.
Hierarchy
↳
TermSearchEntity
Properties
_embedded
• _embedded: Object
Type declaration
Name | Type |
---|---|
self | TermEntity [] |
Defined in
packages/core/src/data/types/entities.ts:700
id
• id: number
Unique identifier for the object.
Inherited from
Defined in
packages/core/src/data/types/entities.ts:658
title
• title: string
The title for the object.
Inherited from
Defined in
packages/core/src/data/types/entities.ts:668
type
• type: "post"
| "term"
| "post-format"
Type of Search for the object.
Inherited from
Defined in
packages/core/src/data/types/entities.ts:673
url
• url: string
URL to the object.
Inherited from
Defined in
packages/core/src/data/types/entities.ts:663
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
>
Inherited from
SearchObjectEntity.yoast_head_json