Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 697 Bytes

File metadata and controls

28 lines (21 loc) · 697 Bytes
title description contributors
CustomSchemaAsync
Custom schema async type.
fabian-hiller
EltonLobo07

import { Property } from '~/components'; import { properties } from './properties';

CustomSchemaAsync

Custom schema async type.

Generics

  • TInput <Property {...properties.TInput} />
  • TMessage <Property {...properties.TMessage} />

Definition

  • CustomSchemaAsync <Property {...properties.BaseSchemaAsync} />
    • type <Property {...properties.type} />
    • reference <Property {...properties.reference} />
    • expects <Property {...properties.expects} />
    • check <Property {...properties.check} />
    • message <Property {...properties.message} />