ProxString Interface
Signature
export interface ProxString<T>
Type Parameters
| Parameter | Description |
|---|---|
| T |
Properties
| Property | Type | Description |
|---|---|---|
| invDistance | number | |
| text | string | |
| val | T |
Property Details
invDistance
Signature
invDistance: number;
Type: number
text
Signature
text: string;
Type: string
val
Signature
val: T;
Type: T