Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Decorator

Defines the usage of a decorator.

Hierarchy

  • Decorator

Index

Properties

Properties

Optional arguments

arguments: any

A named map of arguments the decorator is applied with.

name

name: string

The name of the decorator being applied.

Optional type

type: Type

The type declaring the decorator. Usually a ReferenceType instance pointing to the decorator function.

Generated using TypeDoc