core.resourcevisitor.visitproperty
Home > @medplum/core > ResourceVisitor > visitProperty
ResourceVisitor.visitProperty property
Signature:
visitProperty?: (parent: TypedValueWithPath, key: string, path: string, propertyValues: (TypedValueWithPath | TypedValueWithPath[])[], schema: InternalTypeSchema) => void;