IInkOperation TypeAlias
Ink operations are one of several types.
Signature
export declare type IInkOperation = IClearOperation | ICreateStrokeOperation | IStylusOperation;
Ink operations are one of several types.
export declare type IInkOperation = IClearOperation | ICreateStrokeOperation | IStylusOperation;