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

Return Values
Name Type Description

Signals 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

Return Values
Name Type Description

Signals signals

Array<Object<Signal>>

The signals this specific type implements (excluding properties from parent types).