Skip to main content

ICompletableInputHandler

Interfaces

ICompletableInputHandler

Methods

addOnCompleted()
addOnCompleted(handler): any;
Parameters
ParameterType
handler(result) => any
Returns

any

removeOnCompleted()
removeOnCompleted(handler): any;
Parameters
ParameterType
handler(result) => any
Returns

any

Functions

isCompletableInputHandler()

function isCompletableInputHandler(object): object is ICompletableInputHandler;

Parameters

ParameterType
objectany

Returns

object is ICompletableInputHandler

Was this page helpful?