Interface ISnapStaticProps

Static properties for the Snap component

interface ISnapStaticProps {
    __staticProp?: null;
    activeIndex?: number;
    container: HTMLElement;
}

Hierarchy (View Summary)

Properties

__staticProp?: null
activeIndex?: number

Default active index

0
container: HTMLElement

HTML container element where listeners are attached