Preparing search index...
The search index is not available
Airship Core
Airship Core
Modding
getDecorator
Function getDecorator
get
Decorator
<
T
>
(
object
,
property
?
,
id
?
)
:
{
arguments
:
DecoratorParameters
<
T
>
;
}
|
undefined
Retrieves a decorator from an object or its properties.
Type Parameters
T
extends
AnyDecorator
Parameters
object
:
object
Optional
property
:
string
Optional
id
:
string
Returns
{
arguments
:
DecoratorParameters
<
T
>
;
}
|
undefined
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Retrieves a decorator from an object or its properties.