Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateProperty<T, M>

An update definition connects a store value to a compnents observed attribute. If the store value changes, the attribute will change and trigger the renderer.

Type parameters

  • T

  • M: object

Hierarchy

  • UpdateProperty

Index

Properties

Properties

property

property: keyof M | string

The name of the attribute

store

store: keyof T & string

The store type's value that is being monitored.

Generated using TypeDoc