The Candid Startup
    Preparing search index...

    Additional options for EventSourcedSpreadsheetData

    interface EventSourcedSpreadsheetDataOptions {
        restartPendingWorkflowsOnLoad?: boolean;
        snapshotFormat?: GridTileFormat;
        snapshotInterval?: number;
        viewportEmpty?: boolean;
    }
    Index

    Properties

    restartPendingWorkflowsOnLoad?: boolean

    Should pending workflows be restarted on initial load of event log?

    false
    
    snapshotFormat?: GridTileFormat

    Format to use when writing snapshots

    snapshotInterval?: number

    Minimum number of log entries before creation of next snapshot

    100
    
    viewportEmpty?: boolean

    Initial viewport empty ?

    false