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

    Interface XUtilOnSaveNavigationResult

    interface XUtilOnSaveNavigationResult {
        navigationState: unknown;
    }
    Index

    Properties

    Properties

    navigationState: unknown

    State that will be saved and can be used with the loadNavigation event later. This state must be JSON serializable, e.g. not contain cyclic object graphs etc.