Interface RoyalSliderDeeplinkingOptions

Index

Properties

Properties

optional public change?: boolean

Automatically change URL after transition and listen for hash change. (default: false)

optional public enabled?: boolean

Linking to slides by appending #SLIDE_INDEX to url.Slides count starts from 1. If change is set to false hash is only read once, after page load. (default: false)

optional public prefix?: string

Prefix that will be added to hash. For example if you set it to 'gallery-', hash would look like this: #gallery-5 (default: '')