novx
Preparing search index...
core/src
PropertyDescriptor
Class PropertyDescriptor
Abstract
Hierarchy (
View Summary
)
PropertyDescriptor
MethodDescriptor
FieldDescriptor
Index
Properties
decorators
name
type
Methods
add
Decorator
get
Decorator
has
Decorator
merge
Decorators
From
report
Properties
decorators
decorators
:
DecoratorDescriptor
[]
= []
name
name
:
string
type
type
:
PropertyType
Methods
add
Decorator
addDecorator
(
decorator
:
Function
,
args
:
any
[]
)
:
void
Parameters
decorator
:
Function
args
:
any
[]
Returns
void
get
Decorator
getDecorator
(
decorator
:
Function
)
:
DecoratorDescriptor
|
undefined
Parameters
decorator
:
Function
Returns
DecoratorDescriptor
|
undefined
has
Decorator
hasDecorator
(
decorator
:
Function
)
:
boolean
Parameters
decorator
:
Function
Returns
boolean
merge
Decorators
From
mergeDecoratorsFrom
(
parent
:
PropertyDescriptor
)
:
void
Parameters
parent
:
PropertyDescriptor
Returns
void
Abstract
report
report
(
builder
:
StringBuilder
)
:
void
Parameters
builder
:
StringBuilder
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decorators
name
type
Methods
add
Decorator
get
Decorator
has
Decorator
merge
Decorators
From
report
novx
Loading...