Function controllerDecoratorFactory

  • controllerDecoratorFactory.

    Type Parameters

    • This
    • Value

    Parameters

    • name: string

      Name of the controller decorator.

    • func: ControllerFunction<This>

      Function to control the flow of execution of the parser/writter.

    • opt: Partial<ControllerOptions> = ControllerOptionsDefault

    Returns DecoratorType<This, Value>

    The property decorator function ran at runtime