Skip to main content
Version: v1

ProxString Interface

Signature

export interface ProxString<T>

Type Parameters

ParameterDescription
T

Properties

PropertyTypeDescription
invDistancenumber
textstring
valT

Property Details

invDistance

Signature

invDistance: number;

Type: number

text

Signature

text: string;

Type: string

val

Signature

val: T;

Type: T