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
Optionalexclude?: Iterable<keyof TJSPositionData>When provided these keys are excluded.
Optionalkeys?: Iterable<keyof TJSPositionData>When provided only these keys are copied.
Optionalnullable?: booleanWhen true all
nullablevalues are included.Optionalnumeric?: booleanWhen true any
nullvalues are converted into default numeric values.
Options for TJSPosition.get.