core.asyncresourcevisitor
Home > @medplum/core > AsyncResourceVisitor
AsyncResourceVisitor interface
Signature:
export interface AsyncResourceVisitor
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(path: string, value: TypedValueWithPath, schema: InternalTypeSchema) => Promise<void> | (Optional) | ||
(path: string, value: TypedValueWithPath, schema: InternalTypeSchema) => Promise<void> | (Optional) | ||
(path: string, value: TypedValueWithPath, schema: InternalTypeSchema) => Promise<void> | (Optional) | ||
(path: string, value: TypedValueWithPath, schema: InternalTypeSchema) => Promise<void> | (Optional) | ||
(parent: TypedValueWithPath, key: string, path: string, value: TypedValueWithPath | TypedValueWithPath[], schema: InternalTypeSchema) => Promise<void> |