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

    Interface SpreadSheetEditorValue

    Select エディタの選択肢

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

    CSSクラス名

    label: string | null

    ラベル

    ラベル多言語設定

    value: string