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

    Interface MetadataProject

    This object contains data related a particular form (also called project). To access the data of the current form, use XFC_METADATA.currentProject.

    interface MetadataProject {
        currentForm: MetadataForm;
        description: string;
        id: number;
        status: string;
        title: string;
    }
    Index

    Properties

    currentForm: MetadataForm

    The form version that was used to render the form.

    description: string

    The description of this form. You can view or edit the description of the form in the formcycle backend.

    id: number

    A unique ID for this form.

    status: string

    Use XFC_METADATA.renderStatus.

    title: string

    The title or name of this form. This is the title as set in the formcycle backend.