mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): boolean to disable systemAppearanceChanged (theme) (#8827)
This commit is contained in:
10
packages/core/application/index.d.ts
vendored
10
packages/core/application/index.d.ts
vendored
@@ -54,6 +54,16 @@ export const orientationChangedEvent: string;
|
||||
*/
|
||||
export const systemAppearanceChangedEvent: string;
|
||||
|
||||
/**
|
||||
* Boolean to enable/disable systemAppearanceChanged
|
||||
*/
|
||||
export let autoSystemAppearanceChanged = true;
|
||||
|
||||
/**
|
||||
* enable/disable systemAppearanceChanged
|
||||
*/
|
||||
export function setAutoSystemAppearanceChanged (value: boolean);
|
||||
|
||||
/**
|
||||
* Updates root view classes including those of modals
|
||||
* @param rootView the root view
|
||||
|
||||
Reference in New Issue
Block a user