Skip to content

BlockSuite API Documentation / @blocksuite/block-std / ClipboardEventState

Class: ClipboardEventState

Extends

Constructors

new ClipboardEventState(__namedParameters)

new ClipboardEventState(__namedParameters): ClipboardEventState

Parameters

__namedParameters: ClipboardEventStateOptions

Returns

ClipboardEventState

Overrides

@blocksuite/block-std.UIEventState.constructor

Source

block-std/src/event/state/clipboard.ts:12

Properties

event

event: Event

Inherited from

@blocksuite/block-std.UIEventState.event

Source

block-std/src/event/base.ts:11


raw

raw: ClipboardEvent

Source

block-std/src/event/state/clipboard.ts:10


type

type: string = 'clipboardState'

when extends, override it with pattern xxxState

Overrides

@blocksuite/block-std.UIEventState.type

Source

block-std/src/event/state/clipboard.ts:8


Generated using TypeDoc and typedoc-plugin-markdown.