OpenFairyGUI API
    Preparing search index...

    Interface GTreeItemTemplateInfo

    interface GTreeItemTemplateInfo {
        component: Component;
        expandButtonChild: GComponent<IGComponent, G_COMPONENT> | null;
        expandedController: Controller | null;
        iconChild: GObject<IGObject, PropertyType> | null;
        indentChild: GObject<IGObject, PropertyType> | null;
        leafController: Controller | null;
        titleChild: GObject<IGObject, PropertyType> | null;
    }
    Index
    component: Component
    expandButtonChild: GComponent<IGComponent, G_COMPONENT> | null
    expandedController: Controller | null
    iconChild: GObject<IGObject, PropertyType> | null
    indentChild: GObject<IGObject, PropertyType> | null
    leafController: Controller | null
    titleChild: GObject<IGObject, PropertyType> | null