OpenFin Workspace Platform API
    Preparing search index...

    Interface HandlePageChangesPayload

    interface HandlePageChangesPayload {
        eventDetails?: PageChangeEventDetails;
        identity: Identity_4;
        page: AttachedPage;
    }
    Index
    eventDetails?: PageChangeEventDetails

    Additional details about the page change event.

    identity: Identity_4

    The OF window identity containing the page.

    The page with new changes.