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

    Interface BooleanChipColorValue

    Boolean型の真偽値のChipカラー

    interface BooleanChipColorValue {
        falseChipColor: string;
        trueChipColor: string;
    }
    Index
    falseChipColor: string

    偽のChipカラー

    trueChipColor: string

    真のChipカラー