Constructors
constructor
- new FuncArr<F>(type): FuncArr<F>
Properties
empty
empty: boolean
Methods
add
- add(func): void
Returns void
call
- call(caller, args, relatedComponent?): boolean
Parameters
- caller: ThisParameterType<F>
- args: Parameters<F>
Optional
relatedComponent: AnyComponent
Returns boolean
remove
- remove(func): null | F
Returns null | F