Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

TipConfig

The TipConfig interface configures how the tip message box is displayed.

interface TipConfig {
  topLeftPoint: Point;
  width: number;
  duration: number;
  coordinateBase: "view" | "image";
}

topLeftPoint

The top left point of the tip message box.

See Also

Point

width

The width of the tip message box.

duration

The display duration of the tip in milliseconds.

coordinateBase

The base coordinate system used (e.g., “view” or “image”).

This page is compatible for:

Is this page helpful?

YesYes NoNo