In This Topic
Reference Guides / JavaScript API / Actions / Interface / IsInitialized

IsInitialized

In This Topic
 IsInitialized

This function allows to make sure a DocuVieware object is initialized. It is safe to subscribe events when this function returns true.

IsInitialized: function (docuViewareID)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance.

Return Value

True if initialized, false otherwise.