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

    Interface GetSelectedComboParameter

    リファレンスプロパティエディタ選択した参照コンボ取得パラメータ

    interface GetSelectedComboParameter {
        elementRuntimeId: string;
        executeMode: ExecuteMode;
        onlySelected: boolean;
        selectedValue: string;
        viewKey: EntityViewKey;
    }

    Hierarchy (View Summary)

    Index
    elementRuntimeId: string

    ElementRuntimeId

    executeMode: ExecuteMode

    実行モード

    onlySelected: boolean

    選択データのみ取得するかどうか

    selectedValue: string

    選択値

    viewKey: EntityViewKey

    EntityViewのKey情報