Type Alias OptionsGet
OptionsGet : {
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
Type declaration
Optional
exclude?: Iterable<keyof TJSPositionData>When provided these keys are excluded.
Optional
keys?: Iterable<keyof TJSPositionData>When provided only these keys are copied.
Optional
nullable?: booleanWhen true all
nullable
values are included.Optional
numeric?: booleanWhen true any
null
values are converted into default numeric values.
Options for TJSPosition.get.