Hierarchy

Properties

shadowDom?: boolean

Specifies whether the component should be rendered in the Shadow DOM. This is highly recommended to avoid CSS conflicts.

Default Value

true

strings?: {
    message?: string;
    query?: string;
    suggestion?: string;
}

Type declaration

  • Optional message?: string
  • Optional query?: string
  • Optional suggestion?: string
template?: string

Specifies a custom template to be used instead of the default template.

For more information, see Components.

useCustomStyle?: boolean

Specifies whether the component should be rendered in the avoid injecting the css to head of the page. This would only effect when shadowDom false