Variable configurationConst

configuration: {
    isEditorEnvironment: boolean;
    platform: EnumValueTyped<ScriptingPlatform>;
}

The global platform configuration. The configuration data is initialized before module compilation begins.