GitHub

DaffStateable

The interface an object must implement to consistently describe its current state.

import { DaffStateable } from '@daffodil/core/state'
interface DaffStateable<T extends DaffState = DaffState> {
  daffState: T
}

Properties

Name Type Description
daffState T