Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseModelOptions<TProps>

Type parameters

  • TProps: {} = {}

Hierarchy

  • UseModelOptions

Index

Properties

Methods

Properties

update?: Partial<TProps> | ((prev: TProps) => Partial<TProps>)

Methods

  • onChange(model: TProps): void

Generated using TypeDoc