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

    Interface EntityListingSelectEditor

    Select型エディタ

    interface EntityListingSelectEditor {
        displayType?: string;
        type: "SELECT";
        values?: { label: string; value: string }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayType?: string

    表示タイプ

    type: "SELECT"

    エディタタイプ

    values?: { label: string; value: string }[]

    選択肢一覧