Object Review Annotation Options
Type: Object
Options for an object level review annotation type. Registration API: registerObjectReviewAnnotationType.
Static properties
Card Content Component
Type: React.Component
A component (definition) that will be rendered inside a FDS~Card for every annotation visible, depending on the current filter. It is used on both the editor sidebar and the /review route.
enabled Selector
Type: String
Selector that indicates whether this review annotation type is enabled for the selected element in Fonto.
Needs to return an xs:boolean or a value that is castable to an xs:boolean.
icon
Type: String
The icon of this review annotation type. E.g. 'pencil-square-o'.
label
Type: String
The human readable name of this type of annotation. The icon and label are used in the context menu shown when highlighting something in the content-view on the /review route, and in the InsertReviewAnnotationDropButton component.
priority
Type: Number
This determines the order of context menu and insert comment drop menu items. A higher priority means it is displayed first (on the left or on top).