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

    Interface SystemTextCollection

    interface SystemTextCollection {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Texts$SystemTextCollection";
        systemTexts: SystemText[];
        addSystemText(): Promise<SystemText>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Texts$SystemTextCollection"

    The type of the element.

    systemTexts: SystemText[]

    Methods