ActionContext
Home > @backstage/plugin-scaffolder-backend
> ActionContext
Warning: This API is now obsolete.
Import from ActionContext instead
Signature:
export type ActionContext<TInput extends JsonObject> = ActionContextNode<TInput>;
References: JsonObject, ActionContextNode