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

    Interface EditorValue

    セレクトボックスの選択値を表す型

    interface EditorValue {
        cssClassName?: string;
        disabled?: boolean;
        label: string;
        value: string;
    }
    Index

    Properties

    cssClassName?: string

    CSSクラス名

    disabled?: boolean

    Disabled

    label: string

    ラベル

    value: string