Variable: createAnnotation()
const
createAnnotation: <T
>(editor
) =>AnnotationBuilder
<T
> =AnnotationBuilder.create
Creates a component property metadata builder.
Type Parameters
T
T
the property type.
Parameters
editor
string
the property editor type.
Returns
the component property metadata builder.