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

    Interface Association

    interface Association {
        $CreationOptions?: AssociationCreationOptions;
        $ID: string;
        $Type: "DomainModels$Association";
        child: string;
        childConnection: Location;
        dataStorageGuid: string;
        deleteBehavior: AssociationDeleteBehavior;
        documentation: string;
        name: string;
        owner: AssociationOwner;
        parent: string;
        parentConnection: Location;
        source: null | DomainModels.AssociationSource;
        storageFormat: AssociationStorage;
        type: AssociationType;
        delete(): void;
        getContainer(): DomainModel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: AssociationCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "DomainModels$Association"

    The type of the element.

    child: string
    childConnection: Location
    dataStorageGuid: string
    documentation: string
    name: string
    parent: string
    parentConnection: Location
    storageFormat: AssociationStorage

    Methods

    • Returns void