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

    Interface FloatType

    interface FloatType {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "DataTypes$FloatType";
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "DataTypes$FloatType"

    The type of the element.