x4js - v2.2.49
    Preparing search index...

    Interface PropertyGroup

    interface PropertyGroup {
        cls?: string;
        collapsible?: number | boolean;
        desc?: string;
        icon?: string;
        items: PropertyValue[];
        title: string;
    }
    Index
    cls?: string
    collapsible?: number | boolean
    desc?: string
    icon?: string
    items: PropertyValue[]
    title: string