- createEmptyApp(__namedParameters: IEmptyAppOptions): { context: IComponentContext; destroy: () => void; pause: () => void; play: () => void; wrapContext: <T, U>(x: (...args: T) => U) => (...args: T) => U; paused: any }
Parameters
Returns { context: IComponentContext; destroy: () => void; pause: () => void; play: () => void; wrapContext: <T, U>(x: (...args: T) => U) => (...args: T) => U; paused: any }
destroy: () => void
pause: () => void
play: () => void
wrapContext: <T, U>(x: (...args: T) => U) => (...args: T) => U
- <T, U>(x: (...args: T) => U): (...args: T) => U
Type parameters
Parameters
Returns (...args: T) => U
get paused(): boolean
This function will create an app ONLY FOR DEBUG PURPOSE, and can’t be connected to any type of application.