centurion-erp-ui
    Preparing search index...

    Interface MetadataField

    What layout the dataset should be laid out in.

    interface MetadataField {
        help_text: string;
        label: string;
        multi_line: boolean;
        read_only: boolean;
        required: boolean;
        type: MetadataFieldType;
        write_only: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    help_text: string
    label: string
    multi_line: boolean
    read_only: boolean
    required: boolean
    write_only: boolean