TaxonomyReference

The Taxonomy reference type used inside Field types for Statamic.

Type Definition

Taxonomy reference structure returned by Statamic for taxonomy relationship fields.

type 
TaxonomyReference
<
T
extends string = string> = {
url
: string;
uri
: string;
permalink
: string;
} &
TitledHandle
<
T
>;