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

    Interface DetailSelectPropertyEditor

    詳細・編集画面のSelectPropertyEditor

    interface DetailSelectPropertyEditor {
        chipColors?: ChipColorValuePair[];
        customStyle?: string;
        displayType: "CHECKBOX" | "SELECT" | "LABEL" | "HIDDEN";
        itemDirectionInline: boolean;
        placeholder?: string;
        showAsChipViewMode: boolean;
        type: string;
        values: EditorValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    chipColors?: ChipColorValuePair[]

    Chipカラー

    customStyle?: string

    カスタムスタイル

    displayType: "CHECKBOX" | "SELECT" | "LABEL" | "HIDDEN"

    表示タイプ

    itemDirectionInline: boolean

    CHECKBOX形式の場合にアイテムを横に並べるか?

    placeholder?: string

    プレースホルダ

    showAsChipViewMode: boolean

    詳細画面がChipタイプで表示されるか

    type: string

    エディタの種類

    values: EditorValue[]

    Selectの場合の選択肢