Interface: TermSearchEntity
Defined in: packages/core/src/data/types/entities.ts:697
Interface for terms entities from the /wp/v2/search endpoint.
Extends
Indexable
[k: string]: unknown
Properties
_embedded
_embedded:
object
Defined in: packages/core/src/data/types/entities.ts:698
self
self:
TermEntity[]
id
id:
number
Defined in: packages/core/src/data/types/entities.ts:656
Unique identifier for the object.
Inherited from
title
title:
string
Defined in: packages/core/src/data/types/entities.ts:666
The title for the object.
Inherited from
type
type:
"post"|"term"|"post-format"
Defined in: packages/core/src/data/types/entities.ts:671
Type of Search for the object.
Inherited from
url
url:
string
Defined in: packages/core/src/data/types/entities.ts:661
URL to the object.
Inherited from
yoast_head?
optionalyoast_head:null|string
Defined in: packages/core/src/data/types/entities.ts:17
Inherited from
yoast_head_json?
optionalyoast_head_json:null|YoastJSON
Defined in: packages/core/src/data/types/entities.ts:16