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

    Interface JsonStructure

    interface JsonStructure {
        $CreationOptions?: JsonStructureCreationOptions;
        $ID: string;
        $Type: "JsonStructures$JsonStructure";
        documentation: string;
        elements: Mappings.Element[];
        excluded: boolean;
        exportLevel: ExportLevel;
        jsonSnippet: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: JsonStructureCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "JsonStructures$JsonStructure"

    The type of the element.

    documentation: string
    elements: Mappings.Element[]
    excluded: boolean
    exportLevel: ExportLevel
    jsonSnippet: string
    name: string