Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDirtyable

Dirtiness is closely tied to staleness, but is specific to models. Unlike staleness, dirtiness can only be set by the implementor.

Dirtiness should not re-emit if the implementor is already dirty.

Hierarchy

  • IDirtyable

Index

Properties

Methods

Properties

OnDirty

OnDirty: Observable<void>

isDirty

isDirty: boolean

Methods

setClean

  • setClean(): void

Generated using TypeDoc