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

    Interface Attribute

    interface Attribute {
        $CreationOptions?: AttributeCreationOptions;
        $ID: string;
        $Type: "DomainModels$Attribute";
        dataStorageGuid: string;
        documentation: string;
        name: string;
        type: AttributeType;
        value: ValueType;
        delete(): void;
        getContainer(): Entity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: AttributeCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "DomainModels$Attribute"

    The type of the element.

    dataStorageGuid: string
    documentation: string
    name: string
    value: ValueType

    Methods

    • Returns void