Back to Trilium

Interface Selector

docs/Script API/interfaces/Backend_Script_API._internal_.Selector.html

0.102.23.3 KB
Original Source

Interface Selector

Hierarchy (View Summary)

Selector(selector: string): Cheerio

Parameters

  • selector: string

Returns Cheerio

Selector(selector: string, context: string): Cheerio

Parameters

  • selector: string
  • context: string

Returns Cheerio

Selector(selector: string, context: Element): Cheerio

Parameters

  • selector: string
  • context: Element

Returns Cheerio

Selector(selector: string, context: Element[]): Cheerio

Parameters

  • selector: string
  • context: Element[]

Returns Cheerio

Selector(selector: string, context: Cheerio): Cheerio

Parameters

  • selector: string
  • context: Cheerio

Returns Cheerio

Selector(selector: string, context: string, root: string): Cheerio

Parameters

  • selector: string
  • context: string
  • root: string

Returns Cheerio

Selector(selector: string, context: Element, root: string): Cheerio

Parameters

  • selector: string
  • context: Element
  • root: string

Returns Cheerio

Selector(selector: string, context: Element[], root: string): Cheerio

Parameters

  • selector: string
  • context: Element[]
  • root: string

Returns Cheerio

Selector(selector: string, context: Cheerio, root: string): Cheerio

Parameters

  • selector: string
  • context: Cheerio
  • root: string

Returns Cheerio

Selector(selector: any): Cheerio

Parameters

  • selector: any

Returns Cheerio

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark