Type Alias: PreAnnotation
PreAnnotation =
Partial<Omit<Annotation,"key">> &Pick<Annotation,"editor">
Type for component property metadata without the 'key' property, but with the 'editor' property.
Introducing Workflow Engine, try for FREE workflowengine.io.
PreAnnotation =
Partial<Omit<Annotation,"key">> &Pick<Annotation,"editor">
Type for component property metadata without the 'key' property, but with the 'editor' property.