Interface CategoryDataType

CategoryDataType

Since

3.0.0

interface CategoryDataType {
    acf: object[];
    count: number;
    description: string;
    id: number;
    link: string;
    meta: object[];
    name: string;
    parent: number;
    slug: string;
    taxonomy: string;
}

Hierarchy

  • default
    • CategoryDataType

Properties

acf: object[]

The acf.

Since

3.0.0

count: number

The count.

Since

3.0.0

description: string

The description.

Since

3.0.0

id: number

The ID.

Since

3.0.0

link: string

The link.

Since

3.0.0

meta: object[]

The meta.

Since

3.0.0

name: string

The name.

Since

3.0.0

parent: number

The parent.

Since

3.0.0

slug: string

The slug.

Since

3.0.0

taxonomy: string

The taxonomy.

Since

3.0.0

Generated using TypeDoc