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

    Interface MetadataClient

    This object contains data related to a particular client. To access the current client of a form, use XFC_METADATA.currentClient.

    interface MetadataClient {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The ID of this client.

    name: string

    The name of this client.