Parameters specifying options related to seal field location coordinates required for FieldOptions.

Constructors

Properties

Accessors

Constructors

  • Constructs a FieldLocation instance.

    Parameters

    • params: {
          bottom: number;
          left: number;
          right: number;
          top: number;
      }

      The parameters for constructing an instance of FieldLocation.

      • bottom: number

        the bottom coordinate of field location

      • left: number

        the left coordinate of field location

      • right: number

        the right coordinate of field location

      • top: number

        the top coordinate of field location

    Returns FieldLocation

Properties

_bottom: number
_left: number
_right: number
_top: number

Accessors

  • get bottom(): number
  • Returns the bottom coordinate in default user space units for seal field.

    Returns number

    bottom coordinate value

  • get left(): number
  • Returns the left coordinate in default user space units for seal field.

    Returns number

    left coordinate value

  • get right(): number
  • Returns the right coordinate in default user space units for seal field.

    Returns number

    right coordinate value

  • get top(): number
  • Returns the top coordinate in default user space units for seal field.

    Returns number

    top coordinate value

Generated using TypeDoc