core.slicedefinition
Home > @medplum/core > SliceDefinition
SliceDefinition interface
Signature:
export interface SliceDefinition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
definition? | string | (Optional) | |
elements | Record<string, InternalSchemaElement> | ||
max | number | ||
min | number | ||
name | string | ||
path | string | ||
type? | ElementType[] | (Optional) |