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

    Interface ChipDisplayOptions

    Chip表示オプション

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

    Properties

    Properties

    chipColor: string

    Chipカラー

    label: undefined | string

    表示名

    value: string | boolean