Interface SearchConditionLongTextPropertyEditor

検索条件LongTextPropertyEditor

interface SearchConditionLongTextPropertyEditor {
    customStyle?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN" | "SELECT";
    hidden: boolean;
    inputCustomStyle?: string;
    propertyName: string;
    type: string;
    values?: EditorValue[];
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "TEXT" | "LABEL" | "HIDDEN" | "SELECT"

表示タイプ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

propertyName: string

プロパティ名

type: string

エディタの種類

values?: EditorValue[]

Selectの場合の選択肢