Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Decorator

Hierarchy

  • S<Decorator, "name" | "type" | "arguments">
    • 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: SomeType

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

Generated using TypeDoc