novx
Preparing search index...
core/src
TypeDescriptor
Class TypeDescriptor<T>
Type Parameters
T
Index
Properties
decorators
parent?
type
Methods
add
Decorator
add
Method
Decorator
add
Property
Decorator
create
get
Constructor
get
Decorator
get
Field
get
Fields
get
Method
get
Methods
get
Properties
has
Decorator
to
String
for
Type
Properties
decorators
decorators
:
DecoratorDescriptor
[]
= []
Optional
parent
parent
?:
TypeDescriptor
<
any
>
type
type
:
GType
<
T
>
Methods
add
Decorator
addDecorator
(
decorator
:
Function
,
...
args
:
any
[]
)
:
this
Parameters
decorator
:
Function
...
args
:
any
[]
Returns
this
add
Method
Decorator
addMethodDecorator
(
target
:
any
,
property
:
string
,
decorator
:
Function
,
...
args
:
any
[]
,
)
:
this
Parameters
target
:
any
property
:
string
decorator
:
Function
...
args
:
any
[]
Returns
this
add
Property
Decorator
addPropertyDecorator
(
target
:
any
,
property
:
string
,
decorator
:
Function
,
...
args
:
any
[]
,
)
:
this
Parameters
target
:
any
property
:
string
decorator
:
Function
...
args
:
any
[]
Returns
this
create
create
(
...
args
:
any
[]
)
:
T
Parameters
...
args
:
any
[]
Returns
T
get
Constructor
getConstructor
()
:
MethodDescriptor
Returns
MethodDescriptor
get
Decorator
getDecorator
(
decorator
:
Function
)
:
DecoratorDescriptor
|
undefined
Parameters
decorator
:
Function
Returns
DecoratorDescriptor
|
undefined
get
Field
getField
(
name
:
string
)
:
FieldDescriptor
|
undefined
Parameters
name
:
string
Returns
FieldDescriptor
|
undefined
get
Fields
getFields
(
filter
?:
(
field
:
FieldDescriptor
)
=>
boolean
)
:
FieldDescriptor
[]
Parameters
filter
:
(
field
:
FieldDescriptor
)
=>
boolean
= ...
Returns
FieldDescriptor
[]
get
Method
getMethod
(
name
:
string
)
:
MethodDescriptor
|
undefined
Parameters
name
:
string
Returns
MethodDescriptor
|
undefined
get
Methods
getMethods
(
filter
?:
(
method
:
MethodDescriptor
)
=>
boolean
)
:
MethodDescriptor
[]
Parameters
filter
:
(
method
:
MethodDescriptor
)
=>
boolean
= ...
Returns
MethodDescriptor
[]
get
Properties
getProperties
()
:
FieldDescriptor
[]
Returns
FieldDescriptor
[]
has
Decorator
hasDecorator
(
decorator
:
Function
)
:
boolean
Parameters
decorator
:
Function
Returns
boolean
to
String
toString
()
:
string
Returns
string
Static
for
Type
forType
<
T
>
(
type
:
GType
<
T
>
)
:
TypeDescriptor
<
T
>
Type Parameters
T
Parameters
type
:
GType
<
T
>
Returns
TypeDescriptor
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decorators
parent
type
Methods
add
Decorator
add
Method
Decorator
add
Property
Decorator
create
get
Constructor
get
Decorator
get
Field
get
Fields
get
Method
get
Methods
get
Properties
has
Decorator
to
String
for
Type
novx
Loading...