• Add context to a typed element in a workspace's stack.

    Parameters

    • __namedParameters: {
          $type: "action" | "plugin";
          contextValuesRequest: ContextValuesRequest;
          externalId: string;
          stackVersionId: string;
          workspaceId: string;
      }
    • Optionalopts: RequestOpts

    Returns Promise<unknown>