型・APIリファレンス
    Preparing search index...

    Interface FilterConditionChip

    フィルター条件チップ

    interface FilterConditionChip {
        displayLabel: string;
        index: number;
        propertyName: string;
        show: boolean;
    }
    Index
    displayLabel: string

    表示ラベル

    index: number

    インデックス

    propertyName: string

    プロパティ名

    show: boolean

    表示フラグ