Skip to main content
Version: v1

IInkEvents Interface

Signature

export interface IInkEvents extends ISharedObjectEvents

Extends: ISharedObjectEvents

Call Signatures

Call SignatureReturn TypeDescription
(event: "stylus", listener: (operation: IStylusOperation) => void): anyany
(event: "clear", listener: () => void): anyany

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;