formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface XUtilOnLoadNavigationData

    interface XUtilOnLoadNavigationData {
        form: HTMLElement;
        navigationState: unknown[];
    }
    Index

    Properties

    form: HTMLElement

    The form for which to load the navigation state.

    navigationState: unknown[]

    The navigation state that was saved by listeners for the saveNavigation event. This is an array with all state objects from all event listeners. Implementors are responsible to identify the state they can make use of -- e.g. by a custom unique ID.