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

    Interface SearchGetComboParameter

    参照コンボデータ取得パラメータ

    interface SearchGetComboParameter {
        apiFlg: "search" | "selected";
        elementRuntimeId: string;
        selectedValue: string;
        targetPropertyName: string;
        viewKey: EntityViewKey;
    }
    Index
    apiFlg: "search" | "selected"

    APIの向き先

    elementRuntimeId: string

    ElementRuntimeId

    selectedValue: string

    現在の選択値

    targetPropertyName: string

    取得対象プロパティ名

    viewKey: EntityViewKey

    EntityViewのKey情報