Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Misc/getPageStorage

Index

Functions

Functions

getPageStorage

  • Provides access to a storage object on the window scope. Means multiple libraries may interact with the storage and each other. The storage is only available for the current page. Means a refresh/page change will flush all elements

    The storage will hold a list of GenericStorage objects.

    Parameters

    • Optional namespace: string

    Returns GenericStorage

Generated using TypeDoc