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

    Interface SearchGetSelectedComboParameter

    選択済み参照コンボデータ取得パラメータ

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

    APIの向き先

    elementRuntimeId: string

    ElementRuntimeId

    onlySelected: boolean

    選択済みのみ取得

    selectedValue: string

    現在の選択値

    viewKey: EntityViewKey

    EntityViewのKey情報