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

    Interface MetadataUserPortal

    This object contains all the data related to a user portal. Available only when the form was opened via a link in the user portal. You can also access data via the global scope: window.XFC_METADATA.userPortal.

    interface MetadataUserPortal {
        alias: string;
        links: MetadataUserPortalLinks;
        uuid: string;
    }
    Index

    Properties

    Properties

    alias: string

    The alias of the user portal, as configured in the formcycle backend. The alias is used as part of the URL to identify the user portal.

    Links related to the user portal, such as the URL of various subpages.

    uuid: string

    The unique UUID of the user portal.