Options
All
  • Public
  • Public/Protected
  • All
Menu

Writable interface for both updating and subscribing. See the main SvelteStore article on how to use it in Micrio.

Type parameters

  • T

Hierarchy

Index

Methods

set

  • set(value: T): void
  • Set value and inform subscribers.

    Parameters

    • value: T

      to set

    Returns void

update

  • Update value using callback and inform subscribers.

    Parameters

    Returns void

subscribe

Generated using TypeDoc