Sets styles on a target object. Used by themes.

Events:

feathers.events.StyleProviderEvent.STYLES_CHANGE

Dispatched when the styles have changed, and style objects should request for their styles to be re-applied.

See also:

Methods

applyStyles<T>(target:IStyleObject):Void

Applies styles to the target object.

Available since

1.0.0

.