BlockSuite API Documentation / @blocksuite/blocks / AffineFormatBarWidget
Class: AffineFormatBarWidget 
Extends 
Constructors 
new AffineFormatBarWidget() 
new AffineFormatBarWidget():
AffineFormatBarWidget
Returns 
Inherited from 
Defined in 
node_modules/@lit/reactive-element/development/reactive-element.d.ts:504
Other 
_disposables 
protected_disposables:DisposableGroup
Inherited from 
Defined in 
packages/framework/global/dist/utils/with-disposable.d.ts:5
disposables 
readonlydisposables:DisposableGroup
Inherited from 
Defined in 
packages/framework/global/dist/utils/with-disposable.d.ts:6
handleEvent() 
handleEvent: (
name,handler,options?) =>void
Parameters 
• name: "click" | "doubleClick" | "tripleClick" | "pointerDown" | "pointerMove" | "pointerUp" | "pointerOut" | "dragStart" | "dragMove" | "dragEnd" | "pinch" | "pan" | "keyDown" | "keyUp" | "selectionChange" | "compositionStart" | "compositionUpdate" | "compositionEnd" | "cut" | "copy" | "paste" | "nativeDragStart" | "nativeDragMove" | "nativeDragEnd" | "nativeDrop" | "beforeInput" | "blur" | "focus" | "contextMenu" | "wheel"
• handler: UIEventHandler
• options?
• options.global?: boolean
Returns 
void
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:9
moreGroups 
moreGroups:
MenuItemGroup<FormatBarContext>[]
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:67
virtualKeyboardPolicy 
virtualKeyboardPolicy:
string
Inherited from 
WidgetComponent.virtualKeyboardPolicy
Defined in 
packages/framework/global/dist/types/virtual-keyboard.d.ts:20
block 
getblock():B
Returns 
B
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:12
configItems 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:593
displayType 
getdisplayType():"text"|"none"|"block"|"native"
Returns 
"text" | "none" | "block" | "native"
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:73
doc 
getdoc():Doc
Returns 
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:13
flavour 
getflavour():string
Returns 
string
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:14
formatBarElement 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:596
host 
gethost():EditorHost
Returns 
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:15
model 
getmodel():Model
Returns 
Model
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:16
nativeRange 
getnativeRange():null|Range
Returns 
null | Range
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:77
selectedBlocks 
getselectedBlocks():BlockComponent<BlockModel<object,SignaledProps<object>>,BlockService,string>[]
Returns 
BlockComponent<BlockModel<object, SignaledProps<object>>, BlockService, string>[]
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:83
service 
getservice():S
Returns 
S
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:17
std 
getstd():BlockStdScope
Returns 
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:18
widgetId 
getwidgetId():string
Returns 
string
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:19
addBlockTypeSwitch() 
addBlockTypeSwitch(
config):AffineFormatBarWidget
Parameters 
• config
• config.flavour: Flavour
• config.icon: TemplateResult | () => HTMLElement
• config.name?: string
• config.type?: string
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:426
addDivider() 
addDivider():
AffineFormatBarWidget
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:449
addHighlighterDropdown() 
addHighlighterDropdown():
AffineFormatBarWidget
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:454
addInlineAction() 
addInlineAction(
config):AffineFormatBarWidget
Parameters 
• config: Omit<InlineActionConfigItem, "type">
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:459
addParagraphAction() 
addParagraphAction(
config):AffineFormatBarWidget
Parameters 
• config: Omit<ParagraphActionConfigItem, "type">
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:464
addParagraphDropdown() 
addParagraphDropdown():
AffineFormatBarWidget
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:469
addRawConfigItems() 
addRawConfigItems(
configItems,index?):AffineFormatBarWidget
Parameters 
• configItems: FormatBarConfigItem[]
• index?: number
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:474
addTextStyleToggle() 
addTextStyleToggle(
config):AffineFormatBarWidget
Parameters 
• config
• config.action
• config.icon: TemplateResult | () => HTMLElement
• config.key: "code" | "link" | "strike" | "bold" | "italic" | "underline" | "latex"
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:483
bindHotKey() 
bindHotKey(
keymap,options?):void
Parameters 
• keymap: Record<string, UIEventHandler>
• options?
• options.global?: boolean
Returns 
void
Inherited from 
Defined in 
packages/framework/block-std/dist/view/element/widget-component.d.ts:20
clearConfig() 
clearConfig():
AffineFormatBarWidget
Returns 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:508
connectedCallback() 
connectedCallback():
void
Invoked when the component is added to the document's DOM.
In connectedCallback() you should setup tasks that should only occur when the element is connected to the document. The most common of these is adding event listeners to nodes external to the element, like a keydown event handler added to the window.
connectedCallback() {
  super.connectedCallback();
  addEventListener('keydown', this._handleKeydown);
}Typically, anything done in connectedCallback() should be undone when the element is disconnected, in disconnectedCallback().
Returns 
void
Overrides 
WidgetComponent.connectedCallback
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:513
disconnectedCallback() 
disconnectedCallback():
void
Invoked when the component is removed from the document's DOM.
This callback is the main signal to the element that it may no longer be used. disconnectedCallback() should ensure that nothing is holding a reference to the element (such as event listeners added to nodes external to the element), so that it is free to be garbage collected.
disconnectedCallback() {
  super.disconnectedCallback();
  window.removeEventListener('keydown', this._handleKeydown);
}An element may be re-connected after being disconnected.
Returns 
void
Overrides 
WidgetComponent.disconnectedCallback
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:543
render() 
render():
TemplateResult<1> | typeofnothing
Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.
Returns 
TemplateResult<1> | typeof nothing
Overrides 
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:550
reset() 
reset():
void
Returns 
void
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:566
styles 
styles 
staticstyles:CSSResult=formatBarStyle
Array of styles to apply to the element. The styles should be defined using the css tag function, via constructible stylesheets, or imported from native CSS module scripts.
Note on Content Security Policy:
Element styles are implemented with <style> tags when the browser doesn't support adopted StyleSheets. To use such <style> tags with the style-src CSP directive, the style-src value must either include 'unsafe-inline' or nonce-<base64-value> with <base64-value> replaced be a server-generated nonce.
To provide a nonce to use on generated <style> elements, set window.litNonce to a server-generated nonce in your page's HTML, before loading application code:
<script>
  // Generated and unique per request:
  window.litNonce = 'a1b2c3d4';
</script>Nocollapse 
Overrides 
WidgetComponent.styles
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:53
updates 
updated() 
updated():
void
Invoked whenever the element is updated. Implement to perform post-updating tasks via DOM APIs, for example, focusing an element.
Setting properties inside this method will trigger the element to update again after this update cycle completes.
Returns 
void
Overrides 
WidgetComponent.updated
Defined in 
packages/blocks/src/root-block/widgets/format-bar/format-bar.ts:571