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

    Interface Folder

    interface Folder {
        $CreationOptions?: FolderCreationOptions;
        $ID: string;
        $Type: "Projects$Folder";
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: FolderCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Projects$Folder"

    The type of the element.

    name: string