QObjectFieldProps
@quik/entity / QObjectFieldProps
Type Alias: QObjectFieldProps<TChild>
QObjectFieldProps<
TChild> =QFieldProps&object
Defined in: entity/src/decorators/Fields.ts:71
Properties for object field decorators.
Type Declaration
object?
optionalobject?:Constructor<TChild> |AbstractConstructor<TChild>
Constructor or type reference for the object
setter?
optionalsetter?:QEntityFieldSetter<TChild>
Custom setter function for the field
Type Parameters
TChild
TChild = unknown