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

    Interface SpreadSheetEditorValue

    Select エディタの選択肢

    interface SpreadSheetEditorValue {
        cssClassName: null | string;
        label: null | string;
        localizedLabelList: SpreadSheetEditorLocalizedStringDefinition[];
        value: string;
    }
    Index

    Properties

    cssClassName: null | string

    CSSクラス名

    label: null | string

    ラベル

    ラベル多言語設定

    value: string