Class
Parent |
Object that contains all information about a type.
Functions
getAllSignals () → signals : Array<Object<Signal>>
Returns all the signals of this and its parent types.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get All Signals |
| Name | Type | Description |
|---|---|---|
Signals |
Array<Object<Signal>> |
The signals this type and all it parents implement. |
getSignals () → signals : Array<Object<Signal>>
Returns all the signals of this type.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Signals |
| Name | Type | Description |
|---|---|---|
Signals |
Array<Object<Signal>> |
The signals this specific type implements (excluding properties from parent types). |