MCPcopy
hub / github.com/toorshia/justgage / JustGagePointerOptions

Interface JustGagePointerOptions

src/types/index.d.ts:144–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144export interface JustGagePointerOptions {
145 /** Top length */
146 toplength?: number | null;
147 /** Bottom length */
148 bottomlength?: number | null;
149 /** Bottom width */
150 bottomwidth?: number | null;
151 /** Stroke style */
152 stroke?: string;
153 /** Stroke width */
154 stroke_width?: number;
155 /** Stroke line cap */
156 stroke_linecap?: string;
157 /** Pointer color */
158 color?: string;
159}
160
161export declare class JustGage {
162 /** Current configuration */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected