Interface TaxonomyFieldsType

TaxonomyFieldsType interface.

Since

3.0.0

interface TaxonomyFieldsType {
    description: string;
    hierarchical: boolean;
    name: string;
    rest_base: string;
    slug: string;
    types: string[];
}

Hierarchy (view full)

Properties

description: string

The description.

Since

3.0.0

hierarchical: boolean

The hierarchical.

Since

3.0.0

name: string

The name.

Since

3.0.0

rest_base: string

The rest base.

Since

3.0.0

slug: string

The slug.

Since

3.0.0

types: string[]

The types.

Since

3.0.0

Generated using TypeDoc