OnDoubleClickHandler
Public TypeAlias
Signature
type OnDoubleClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void
Public TypeAlias
type OnDoubleClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void