Type alias AttributeKeys<T, Ex>

AttributeKeys<T, Ex>: Exclude<KeysNotMatching<T, Ex>, InternalProperties> | string

All keys of the model except where the value is a method, or it's a property defined internally.

Results in a union of keys.

Type Parameters

  • T

  • Ex = CallableFunction

Generated using TypeDoc