Interface ISnapStaticProps

Static properties for the Snap component

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

Hierarchy (View Summary)

Properties

__staticProp?: null
activeIndex?: number

Default active index

0
container: HTMLElement

HTML container

eventsEmitter?: null | HTMLElement

HTML Element used to emit events

null