Variables
CSSHelper
const CSSHelper: {
AttributeSelector: typeof AttributeSelector;
ClassSelector: typeof ClassSelector;
createSelector: typeof createSelector;
fromAstNode: typeof fromAstNode;
InvalidSelector: typeof InvalidSelector;
MediaQuerySelectorScope: typeof MediaQuerySelectorScope;
PseudoClassSelector: typeof PseudoClassSelector;
RuleSet: typeof RuleSet;
Selector: typeof Selector;
SelectorCore: typeof SelectorCore;
SelectorScope: typeof SelectorScope;
SelectorsMatch: typeof SelectorsMatch;
SimpleSelector: typeof SimpleSelector;
SimpleSelectorSequence: typeof SimpleSelectorSequence;
StyleSheetSelectorScope: typeof StyleSheetSelectorScope;
TypeSelector: typeof TypeSelector;
UniversalSelector: typeof UniversalSelector;
};Defined in: ui/styling/css-selector.ts
Type Declaration
AttributeSelector
AttributeSelector: typeof AttributeSelector;ClassSelector
ClassSelector: typeof ClassSelector;createSelector
createSelector: typeof createSelector;fromAstNode
fromAstNode: typeof fromAstNode;InvalidSelector
InvalidSelector: typeof InvalidSelector;MediaQuerySelectorScope
MediaQuerySelectorScope: typeof MediaQuerySelectorScope;PseudoClassSelector
PseudoClassSelector: typeof PseudoClassSelector;RuleSet
RuleSet: typeof RuleSet;Selector
Selector: typeof Selector;SelectorCore
SelectorCore: typeof SelectorCore;SelectorScope
SelectorScope: typeof SelectorScope;SelectorsMatch
SelectorsMatch: typeof SelectorsMatch;SimpleSelector
SimpleSelector: typeof SimpleSelector;SimpleSelectorSequence
SimpleSelectorSequence: typeof SimpleSelectorSequence;StyleSheetSelectorScope
StyleSheetSelectorScope: typeof StyleSheetSelectorScope;TypeSelector
TypeSelector: typeof TypeSelector;UniversalSelector
UniversalSelector: typeof UniversalSelector;- Previous
- colorProperty
- Next
- Device