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

    Interface ChipDisplayOptions

    Chip表示オプション

    interface ChipDisplayOptions {
        chipColor: string;
        label: string | undefined;
        value: string | boolean;
    }
    Index
    chipColor: string

    Chipカラー

    label: string | undefined

    表示名

    value: string | boolean