RSX Code Reference
Preparing search index...
rsx
inspectableMethod
Function inspectableMethod
inspectableMethod
(
parameters
?:
|
InspectableMethodParameters
|
(
()
=>
InspectableMethodParameters
)
,
returnType
?:
Type
|
Type
[]
|
(
()
=>
Type
[]
)
,
)
:
AttributeDecorator
<
Attribute
>
Attribute that enables a method to be visible on the graph system.
Parameters
Optional
parameters
:
InspectableMethodParameters
|
(
()
=>
InspectableMethodParameters
)
Optional
returnType
:
Type
|
Type
[]
|
(
()
=>
Type
[]
)
Returns
AttributeDecorator
<
Attribute
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
RSX Code Reference
Loading...
Attribute that enables a method to be visible on the graph system.