Skip to main content

Home > @jsplumbtoolkit/print > isReadyToPrint

isReadyToPrint() function

Returns whether or not the handler with the given id considers itself ready to print. if no such handler is found we also return false; it is entirely possible that this call could be made before the handler has been instantiated.

Signature:

export declare function isReadyToPrint(handlerId: string): boolean;

Parameters

ParameterTypeDescription
handlerIdstring

Returns:

boolean