Hierarchy

Properties

excludeEnabled?: boolean
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?: {
    collapse?: string;
    exclude?: string;
    expand?: string;
    include?: string;
    showFewer?: string;
    showMore?: string;
}

Type declaration

  • Optional collapse?: string
  • Optional exclude?: string
  • Optional expand?: string
  • Optional include?: string
  • Optional showFewer?: string
  • Optional showMore?: string
template?: string

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

For more information, see Components.