@mendix/extensions-api - v0.6.0
    Preparing search index...

    Interface ExportValueMappingElement

    interface ExportValueMappingElement {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "ExportMappings$ExportValueMappingElement";
        attribute: null | string;
        converter: null | string;
        documentation: string;
        elementType: ElementType;
        exposedName: string;
        fractionDigits: number;
        isContent: boolean;
        isKey: boolean;
        isXmlAttribute: boolean;
        jsonPath: null | ElementPath;
        maxLength: number;
        maxOccurs: number;
        minOccurs: number;
        nillable: boolean;
        originalValue: string;
        totalDigits: number;
        type: DataType;
        xmlPath: null | ElementPath;
        xmlPrimitiveType: XmlPrimitiveType;
        delete(): void;
        getContainer(): ObjectMappingElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "ExportMappings$ExportValueMappingElement"

    The type of the element.

    attribute: null | string
    converter: null | string
    documentation: string
    elementType: ElementType
    exposedName: string
    fractionDigits: number
    isContent: boolean
    isKey: boolean
    isXmlAttribute: boolean
    jsonPath: null | ElementPath
    maxLength: number
    maxOccurs: number
    minOccurs: number
    nillable: boolean
    originalValue: string
    totalDigits: number
    type: DataType
    xmlPath: null | ElementPath
    xmlPrimitiveType: XmlPrimitiveType

    Methods