Interface ISetDesc

Hierarchy

Properties

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

Default

given or name if not provided

separator?: string