Skip to main content

QueryParams <TKnownComponentCtors, TAnyComponentCtors>

Index

Properties

Properties

optionalcomponents

components?: { all?: TKnownComponentCtors[]; any?: TAnyComponentCtors[]; not?: ComponentCtor<Component>[] }

Type declaration

  • optionalall?: TKnownComponentCtors[]
  • optionalany?: TAnyComponentCtors[]
  • optionalnot?: ComponentCtor<Component>[]

optionaltags

tags?: { all?: string[]; any?: string[]; not?: string[] }

Type declaration

  • optionalall?: string[]
  • optionalany?: string[]
  • optionalnot?: string[]
Page Options