cssSelector constant

IriTerm const cssSelector

cssSelector [Expects: https://schema.org/CssSelectorType]

A CSS selector, e.g. of a {SpeakableSpecification} or {WebPageElement}. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".

Can be used on: https://schema.org/SpeakableSpecification, https://schema.org/WebPageElement

Implementation

static const cssSelector = IriTerm.prevalidated(
  'https://schema.org/cssSelector',
);