Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
71 lines (38 loc) · 1.58 KB

ifieldtypes.md

File metadata and controls

71 lines (38 loc) · 1.58 KB

redux-data-service > IFieldTypes

Interface: IFieldTypes

Classes which wish to use the @field decorator (or any of the decorators which call it) will need to implement this interface.

Type parameters

T

T

Hierarchy

IValidate

↳ IFieldTypes

IRelationship

IAttrs

Index

Properties

Methods


Properties

fields

● fields: IModelKeys<T, IFieldType>

Defined in Model/Decorators/Field.ts:14


validationRules

● validationRules: IModelKeys<T>

Inherited from IValidate.validationRules

Defined in Model/Decorators/Validation.ts:6


Methods

validate

validate(): IModelKeys<T>

Inherited from IValidate.validate

Defined in Model/Decorators/Validation.ts:7

Returns: IModelKeys<T>