TLOnDoubleClickHandler
Public typealias
Signature
type TLOnDoubleClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void
References
Source
Public typealias
type TLOnDoubleClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void