IReticleConfiguration – GBG IDscan Documentation

IReticleConfiguration

Configuration options for a reticle

Signature:

export interface IReticleConfiguration 

Properties

PropertyTypeDescription
path(width: number, height: number) => stringA function which will generate an SVG path used to draw the reticles over the top of the canvas before it’s displayed to the user.

IReticleConfiguration.path property

A function which will generate an SVG path used to draw the reticles over the top of the canvas before it’s displayed to the user.

Signature:

path: (width: number, height: number) => string;

Was this page helpful?