ReferenceInlineTextSelectionToolbarItem
Type Alias InlineTextSelectionToolbarItem
Type Alias
Type Signature
type InlineTextSelectionToolbarItem = Omit<ToolItem, "type"> & {
type:
| | "underline"
| "comment"
| "redact-text-highlighter"
| "ai-assistant"
| "highlight"
| "strikeout"
| "squiggle"
| "custom";
}
type:
| | "underline"
| "comment"
| "redact-text-highlighter"
| "ai-assistant"
| "highlight"
| "strikeout"
| "squiggle"
| "custom";
}