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

    Interface MetadataForm

    This object contains data related to a form version. To access the data of the current version of the currently opened form, use XFC_METADATA.currentProject.currentForm.

    interface MetadataForm {
        id: number;
        isActive: boolean;
        versionNumber: number;
    }
    Index

    Properties

    id: number

    The ID of this form version.

    isActive: boolean

    Whether this form version is active.

    versionNumber: number

    The number of this form version. The first form version is usually 1.