Home > widget-integration > SlickInstance

SlickInstance interface

Slick carousel instance interface for type-safe method calls.

Provides type definitions for interacting with an initialized Slick carousel. Represents the jQuery plugin instance returned by $('.element').slick().

Signature:

export interface SlickInstance 

Methods

Method

Description

on(event, handler)

Attaches an event handler to the carousel.

slick(options, args)

Executes a Slick carousel method.