x4js - v2.2.68
    Preparing search index...

    Interface PropertyGroup

    interface PropertyGroup {
        cls?: string;
        collapsible?: number | boolean;
        desc?: string;
        gadgets?: Component<ComponentProps, ComponentEvents>[];
        icon?: string;
        items: PropertyValue[];
        name?: string;
        title: string;
    }
    Index
    cls?: string
    collapsible?: number | boolean
    desc?: string
    icon?: string
    items: PropertyValue[]
    name?: string
    title: string