centurion-erp-ui
    Preparing search index...

    Interface APIMetadata

    API Metadata object is used to describe both APIDataset and APIDataObject.

    interface APIMetadata {
        description: String;
        documentation: String;
        fields: { [key: string]: MetadataField };
        layout: UILayout;
        name: String;
        navigation?: object;
        urls: MetadataUrls;
    }
    Index

    Properties

    description: String

    Description on the view.

    documentation: String

    Link to the objects documentation.

    fields: { [key: string]: MetadataField }

    Field definitions describing the APIDataObject

    layout: UILayout

    What layout the API APIDataObject will use

    name: String

    Name of the view.

    navigation?: object

    Navigation structure for the website.

    URL relevant to the current object