Skip to content

Vizel API / core/src / applyVizelTheme

Function: applyVizelTheme()

ts
function applyVizelTheme(
   resolvedTheme, 
   targetSelector?, 
   disableTransition?): void;

Defined in: packages/core/src/theme.ts:118

Apply theme to target element

Parameters

ParameterType
resolvedThemeVizelResolvedTheme
targetSelector?string
disableTransition?boolean

Returns

void

Released under the MIT License.