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

    Interface BooleanLabelValue

    Boolean型のラベル値を表す型

    interface BooleanLabelValue {
        falseLabel: string;
        trueLabel: string;
    }
    Index

    Properties

    falseLabel: string

    偽の表示ラベル

    trueLabel: string

    真の表示ラベル