OptionsGet: {
    exclude?: Iterable<keyof TJSPositionData>;
    keys?: Iterable<keyof TJSPositionData>;
    nullable?: boolean;
    numeric?: boolean;
}

Options for TJSPosition.get.

Type declaration

  • Optionalexclude?: Iterable<keyof TJSPositionData>

    When provided these keys are excluded.

  • Optionalkeys?: Iterable<keyof TJSPositionData>

    When provided only these keys are copied.

  • Optionalnullable?: boolean

    When true all nullable values are included.

  • Optionalnumeric?: boolean

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