clean-jsdoc-theme TypeDoc APIv0.0.0

configure

configure( opts: { label?: string; point: Point; retries: number }, ): void

Source: parity.ts:81

Options object passed to configure. Inline object type — exercises structured-type expansion.

Parameters

  • opts ({ label?: string; point: Point; retries: number })

Properties

  • label (string, optional)
  • point (Point)
  • retries (number)

Returns

  • void