Interface ModelSetterOptions<M>

Interface for setterMethods in InitOptions

Type Parameters

Hierarchy

  • ModelSetterOptions

Indexable

[name: string]: ((this: M, val: any) => void)
    • (this: M, val: any): void
    • Parameters

      • this: M
      • val: any

      Returns void

Generated using TypeDoc