TLBaseEventInfo
Table of contents
Public interface
Signature
interface TLBaseEventInfo {}
Source
packages/editor/src/lib/editor/types/event-types.ts
Properties
altKey
Public propertysignature
Signature
altKey: boolean
ctrlKey
Public propertysignature
Signature
ctrlKey: boolean
shiftKey
Public propertysignature
Signature
shiftKey: boolean
type
Public propertysignature
Signature
type: UiEventType
References