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

    Interface SearchConditionLongTextPropertyEditor

    検索条件LongTextPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

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

    表示タイプ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    isNullSearchEnabled: boolean

    「値なし」を検索条件の選択肢に追加するか

    type: string

    エディタの種類

    values: EditorValue[]

    Selectの場合の選択肢