The Candid Startup
    Preparing search index...

    Additional options for EventSourcedSpreadsheetData

    interface EventSourcedSpreadsheetDataOptions {
        restartPendingWorkflowsOnLoad?: boolean;
        snapshotInterval?: number;
        viewport?: SpreadsheetViewport;
    }
    Index

    Properties

    restartPendingWorkflowsOnLoad?: boolean

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

    false
    
    snapshotInterval?: number

    Minimum number of log entries before creation of next snapshot

    100
    

    Initial viewport