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

    Type Alias GetLinkPropertyParameter

    リファレンスプロパティエディタ連動プロパティ取得パラメータ

    type GetLinkPropertyParameter = {
        elementRuntimeId: string;
        executeMode: ExecuteMode;
        linkValue: NonNullable<LinkPropertyValue["linkValue"]>;
        viewKey: EntityViewKey;
    }
    Index
    elementRuntimeId: string

    ElementRuntimeId

    executeMode: ExecuteMode

    実行モード

    linkValue: NonNullable<LinkPropertyValue["linkValue"]>

    連動元選択値

    viewKey: EntityViewKey

    EntityViewのKey情報