Options for TJSPosition.get.

type Get = {
    exclude?: Iterable<keyof TJSPositionData>;
    keys?: Iterable<keyof TJSPositionData>;
    nullable?: boolean;
    numeric?: boolean;
}
Index

Properties

exclude?: Iterable<keyof TJSPositionData>

When provided these keys are excluded.

When provided only these keys are copied.

nullable?: boolean

When true all nullable values are included.

numeric?: boolean

When true any null values are converted into default numeric values.