Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "coordinates/presentation/dms-value-editor"

Index

Type aliases

BaseProps

BaseProps: object

Type declaration

  • setValue: function
      • (value: DMS): void
      • Parameters

        • value: DMS

        Returns void

  • value: DMS

Props

Props: BaseProps & object

Variables

Const HeadingButton

HeadingButton: string & StyledComponentBase<"div", any, object, never> = Common.SpacedToggleButton

Const SmallInput

SmallInput: string & StyledComponentBase<FunctionComponent<object & object & object>, any, __type, never> = styled(NumberInput)`width: 3em;margin-right: ${props => props.theme.minimumSpacing};`

Const WideInput

WideInput: string & StyledComponentBase<FunctionComponent<object & object & object>, any, __type, never> = styled(NumberInput)`width: 5em;margin-right: ${props => props.theme.minimumSpacing};`

Functions

Const DMSLatitudeEditor

  • DMSLatitudeEditor(props: object & object): Element

Const DMSLongitudeEditor

  • DMSLongitudeEditor(props: object & object): Element

Const DMSValueEditor

  • DMSValueEditor(__namedParameters: object): Element
  • Parameters

    • __namedParameters: object
      • maxDegrees: number
      • negativeHeadingName: string
      • negativeHeadingTooltip: string
      • positiveHeadingName: string
      • positiveHeadingTooltip: string
      • setValue: function
          • (value: DMS): void
          • Parameters

            • value: DMS

            Returns void

      • value: object
        • degree: number
        • minute: number
        • second: number

    Returns Element

Generated using TypeDoc