Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Exporter<T>

Required shape of an exporter

Type parameters

  • T

Hierarchy

  • Exporter

Callable

  • __call(): void
  • Call signature is called whenever the subscribed store is updated

    Returns void

Index

Methods

Methods

dispose

  • dispose(): void
  • Unsubscribes the exported from the store it is subscribed to and does any other required cleanup

    Returns void

export

  • export(): Promise<T>
  • Returns a promise to the result of exporting the state to type T

    Returns Promise<T>

Generated using TypeDoc