Type Alias Get
type Get = {
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
Properties
Optionalexclude
When provided these keys are excluded.
Optionalkeys
When provided only these keys are copied.
Optionalnullable
nullable?: boolean
When true all nullable values are included.
Optionalnumeric
numeric?: boolean
When true any null values are converted into default numeric values.
Options for TJSPosition.get.