formcycle 8.5.0 - 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;
        lastModified: number;
        versionNumber: number;
    }
    Index

    Properties

    id: number

    The ID of this form version.

    isActive: boolean

    Whether this form version is active.

    lastModified: number

    UNIX timestamp (number in milliseconds since January 1, 1970) of when the form version was last modified. E.g. saving the form in the form designer updates this timestamp.

    versionNumber: number

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