Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HashNavigationOptions

Index

Properties

Optional replaceState

replaceState: boolean

Works in addition to hashnav to replace current url state with the new one instead of adding it to history

default

false

Optional watchState

watchState: boolean

Set to true to enable also navigation through slides (when hashnav is enabled) by browser history or by setting directly hash on document location

default

false

Methods

Optional getSlideIndex

  • getSlideIndex(swiper: any, hash: string): number
  • Designed to be used with Virtual slides when it is impossible to find slide in DOM by hash (e.g. not yet rendered)

    Parameters

    • swiper: any
    • hash: string

    Returns number

Generated using TypeDoc