Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Update<T>

An update definition connects a store value to a DOM element's property. When the value changes the element's property is updated automatically. This does not re-render the whole component.

Type parameters

  • T

Hierarchy

  • Update

Index

Properties

Properties

selector

selector: string

Any selector that's valid for querySelectorAll.

store

store: keyof T & string

The store type's value that is being monitored.

target

target: keyof HTMLElement | string

The property of the selected element that will receive the store value.

Generated using TypeDoc