PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc Viewer / API Reference / E-Signature Controls / Module: data-persist
In This Topic
    Module: data-persist
    In This Topic

    Module: data-persist

    Provides the ability to store state data in the browser's local storage.

    Note: this module is an example of a persistence module. It presents potential security concerns, in that it may allow users to store sensitive information in non-secure browser storage. Please make sure this module fits your security model before using it in production.

    Example

    var DataPersist = require('data-persist.js');
    
    // a generic Viewer constructor
    var myDataPersist = DataPersist(viewer);
    

    (require("data-persist"))(viewer)

    Created the data persistence module.

    Parameters:
    Name Type Description
    viewer Core

    The core viewer to which the module will attach.

    Listens to Events:

    Methods

    destroy()

    Destroys the module.


    Documentation generated by JSDoc 3.5.5 on Sun Feb 25 2024 15:33:01 GMT-0500 (Eastern Standard Time)