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

    Interface MappingDocumentBase

    A unit is a container of elements, it can not contain other units.

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

    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.

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