NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
const CSSHelper: {
  AttributeSelector: typeof AttributeSelector;
  ClassSelector: typeof ClassSelector;
  createSelector: typeof createSelector;
  fromAstNode: typeof fromAstNode;
  InvalidSelector: typeof InvalidSelector;
  matchSelectorCandidates: typeof matchSelectorCandidates;
  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

ts
AttributeSelector: typeof AttributeSelector;

ClassSelector

ts
ClassSelector: typeof ClassSelector;

createSelector

ts
createSelector: typeof createSelector;

fromAstNode

ts
fromAstNode: typeof fromAstNode;

InvalidSelector

ts
InvalidSelector: typeof InvalidSelector;

matchSelectorCandidates

ts
matchSelectorCandidates: typeof matchSelectorCandidates;

MediaQuerySelectorScope

ts
MediaQuerySelectorScope: typeof MediaQuerySelectorScope;

PseudoClassSelector

ts
PseudoClassSelector: typeof PseudoClassSelector;

RuleSet

ts
RuleSet: typeof RuleSet;

Selector

ts
Selector: typeof Selector;

SelectorCore

ts
SelectorCore: typeof SelectorCore;

SelectorScope

ts
SelectorScope: typeof SelectorScope;

SelectorsMatch

ts
SelectorsMatch: typeof SelectorsMatch;

SimpleSelector

ts
SimpleSelector: typeof SimpleSelector;

SimpleSelectorSequence

ts
SimpleSelectorSequence: typeof SimpleSelectorSequence;

StyleSheetSelectorScope

ts
StyleSheetSelectorScope: typeof StyleSheetSelectorScope;

TypeSelector

ts
TypeSelector: typeof TypeSelector;

UniversalSelector

ts
UniversalSelector: typeof UniversalSelector;
Next
Device