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

    Interface PostSearchGetComboParameter

    参照コンボデータ取得API呼び出し用の共通パラメータ

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

    APIの向き先

    elementRuntimeId: string

    ElementRuntimeId

    onlySelected: boolean

    選択済みのみ取得

    selectedValue: string

    現在の選択値

    targetPropertyName: string

    取得対象プロパティ名

    viewKey: EntityViewKey

    EntityViewのKey情報