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