DaffMutable
An interface for giving a component the ability to display a mutating UI. In order to be mutable, our class must implement this property.
import { DaffMutable } from '@daffodil/design'
interface DaffMutable {
mutating: boolean
}
Properties
Name | Type | Description |
---|---|---|
mutating | boolean |