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

    Type Alias Preferences

    type Preferences = {
        language: string;
        theme: "Light" | "Dark";
        version: string;
    }
    Index

    Properties

    language: string

    The current UI language of Studio Pro, e.g. "en-US".

    theme: "Light" | "Dark"

    The current UI theme of Studio Pro.

    version: string

    The current version number of this Studio Pro instance, e.g. "11.12.0".