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

    Interface Text

    interface Text {
        $CreationOptions?: TextCreationOptions;
        $ID: string;
        $Type: "Texts$Text";
        translations: Translation[];
        addTranslation(options: TranslationCreationOptions): Promise<Translation>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: TextCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Texts$Text"

    The type of the element.

    translations: Translation[]

    Methods