Viewer.removeInput() method

Remove the input method from this viewer.

Signature:

removeInput(id: number): void;

Parameters

ParameterDescription
idthe id of the input which is the return value when adding input to the viewer.

Returns:

void