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

    Interface MappingDocument

    interface MappingDocument {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: string;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        jsonStructure: null | string;
        mappingSourceReference: null | MappingSourceReference;
        messageDefinition: null | string;
        name: string;
        operationName: string;
        publicName: string;
        rootElementName: string;
        rootMappingElements: ObjectMappingElement[];
        serviceName: string;
        xmlSchema: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: string

    The type of the element.

    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    jsonStructure: null | string
    mappingSourceReference: null | MappingSourceReference
    messageDefinition: null | string
    name: string
    operationName: string
    publicName: string
    rootElementName: string
    rootMappingElements: ObjectMappingElement[]
    serviceName: string
    xmlSchema: null | string