Hierarchy

Properties

carousel?: {
    autorotation?: {
        enabled?: boolean;
        interval?: number;
    };
    buttonsEnabled?: boolean;
    enabled?: boolean;
    paginationEnabled?: boolean;
    paginationSelectedCssClass?: string;
}

Type declaration

  • Optional autorotation?: {
        enabled?: boolean;
        interval?: number;
    }
    • Optional enabled?: boolean
    • Optional interval?: number
  • Optional buttonsEnabled?: boolean
  • Optional enabled?: boolean
  • Optional paginationEnabled?: boolean
  • Optional paginationSelectedCssClass?: string
headingEnabled?: boolean
itemsToDisplay?: Breakpoints<number>
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?: {
    next?: string;
    previous?: string;
}

Type declaration

  • Optional next?: string
  • Optional previous?: string
template?: string

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

For more information, see Components.