Accessors
Protected
ruleNames
- get ruleNames(): string[]
Returns string[]
Methods
addRule
- addRule(id, selector, style): null | string
Parameters
id: string
selector: string
style: Partial<CSSStyleDeclaration>
Returns null | string
the id again
deleteRule
- deleteRule(id): void
Returns void
destroy
- destroy(): void
Returns void
updateRule
- updateRule(id, selector, style): null | string
Parameters
id: string
selector: string
style: Partial<CSSStyleDeclaration>
Returns null | string
the id again
the parent element to append this managed style