Skip to main content

KeyPressed

@elastic/chartsExports


@elastic/charts / KeyPressed

Type alias: KeyPressed

KeyPressed: Record<ModifierKeys, boolean>

Represents the state of modifier keys during an interaction. Each key is a boolean indicating whether it is pressed (true) or not (false).

Source

packages/charts/src/utils/keys.ts:24


Generated using typedoc-plugin-markdown and TypeDoc