Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/registration/CodeTransformRegistration"

Index

Type aliases

CodeTransformRegistrationDecorator

CodeTransformRegistrationDecorator<PARAMS>: (ctr: CodeTransformRegistration<PARAMS>) => CodeTransformRegistration<PARAMS>

Signature of a decorator function that can add additional behavior to a CodeTransformRegistration.

Type parameters

  • PARAMS

Type declaration

TransformPresentation

TransformPresentation<PARAMS>: (papi: PushAwareParametersInvocation<PARAMS>, p: Project) => EditMode

Signature to create an EditMode out of a PushAwareParametersInvocation and Project.

Type parameters

  • PARAMS

Type declaration

Generated using TypeDoc