Interface JFormAttribute

interface JFormAttribute {
    displayFormat: string;
    formatPattern: string;
    id: string;
    isShowInTable: boolean;
    isSystem: boolean;
    label: string;
    nullable: boolean;
    readOnly: boolean;
    type: JLAYER_ATTRIBUTE_TYPES;
}

Properties

displayFormat: string
formatPattern: string
id: string
isShowInTable: boolean
isSystem: boolean
label: string
nullable: boolean
readOnly: boolean