sesaparcours
    Preparing search index...

    The information needed to create a category in the toolbox.

    interface StaticCategoryInfo {
        categorystyle: any;
        colour: any;
        contents: ToolboxItemInfo[];
        cssconfig: any;
        hidden: any;
        id: any;
        kind: string;
        name: string;
    }
    Index

    Properties

    categorystyle: any
    colour: any
    contents: ToolboxItemInfo[]
    cssconfig: any
    hidden: any
    id: any
    kind: string
    name: string