novx
Preparing search index...
core/src
MethodDescriptor
Class MethodDescriptor
Hierarchy (
View Summary
)
PropertyDescriptor
MethodDescriptor
Index
Constructors
constructor
Properties
async
decorators
method
name
type
Accessors
param
Types
return
Type
Methods
add
Decorator
get
Decorator
has
Decorator
merge
Decorators
From
report
Constructors
constructor
new
MethodDescriptor
(
name
:
string
,
method
:
Function
,
type
:
PropertyType
,
owner
:
GType
<
any
>
,
)
:
MethodDescriptor
Parameters
name
:
string
method
:
Function
type
:
PropertyType
owner
:
GType
<
any
>
Returns
MethodDescriptor
Properties
async
async
:
boolean
= false
decorators
decorators
:
DecoratorDescriptor
[]
= []
method
method
:
Function
name
name
:
string
type
type
:
PropertyType
Accessors
param
Types
get
paramTypes
()
:
any
[]
Returns
any
[]
return
Type
get
returnType
()
:
any
Returns
any
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
report
report
(
builder
:
StringBuilder
)
:
void
Parameters
builder
:
StringBuilder
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
async
decorators
method
name
type
Accessors
param
Types
return
Type
Methods
add
Decorator
get
Decorator
has
Decorator
merge
Decorators
From
report
novx
Loading...