Interface HotspotAttachOptions

Options for attaching an html element to a hotspot.

interface HotspotAttachOptions {
    autoPosition?: boolean;
    autoShow?: boolean;
}

Properties

autoPosition?: boolean

Auto position the element based off the hotspot location.

autoShow?: boolean

Auto show the element based off the hotspot visibility.

Generated using TypeDoc