Interface DetailLongTextPropertyEditor

詳細・編集画面のLongTextPropertyEditor

interface DetailLongTextPropertyEditor {
    customStyle?: string;
    displayType:
        | "TEXT"
        | "LABEL"
        | "HIDDEN"
        | "TEXTAREA"
        | "RICHTEXT";
    maxLength: number;
    placeholder?: string;
    type: string;
    values?: EditorValue[];
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayType:
    | "TEXT"
    | "LABEL"
    | "HIDDEN"
    | "TEXTAREA"
    | "RICHTEXT"

表示タイプ

maxLength: number

TEXT、TEXTAREA、PASSWORDの最大文字数

placeholder?: string

プレースホルダ

type: string

エディタの種類

values?: EditorValue[]

Selectの場合の選択肢