IInkEvents Interface
Signature
export interface IInkEvents extends ISharedObjectEvents
Extends: ISharedObjectEvents
Call Signatures
| Call Signature | Return Type | Description |
|---|---|---|
| (event: "stylus", listener: (operation: IStylusOperation) => void): any | any | |
| (event: "clear", listener: () => void): any | any |
Call Signature Details
(event: "stylus", listener: (operation: IStylusOperation) => void): any
Signature
(event: "stylus", listener: (operation: IStylusOperation) => void): any;
(event: "clear", listener: () => void): any
Signature
(event: "clear", listener: () => void): any;