AdaptableCSSSelector

CSS Selector used to target elements by CSS selectors (e.g. class, attribute, etc.) rather than elementID

TypeScript
export interface

Properties

PropertyDescription
selectorCSS Selector that locates DOM element

Property Details

selector

CSS Selector that locates DOM element

TypeScript
selector: string;
Property Value

string