Interface ICategoricalDesc

interface ICategoricalDesc {
    categories?: (string | Partial<ICategory>)[];
    categoryOrder?: "given" | "small-to-large" | "large-to-small" | ((categories) => ICategory[]);
}

Hierarchy (view full)

Properties

categories?: (string | Partial<ICategory>)[]
categoryOrder?: "given" | "small-to-large" | "large-to-small" | ((categories) => ICategory[])

Type declaration

Default

given or name if not provided