Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

propTypes: { containsRef: Requireable<string>; display: Validator<boolean>; hideDisplay: Validator<((...args: any[]) => any)>; obtainData: Validator<((...args: any[]) => any)>; selfRef: Requireable<string>; toggleDisplay: Validator<((...args: any[]) => any)> }

Type declaration

  • containsRef: Requireable<string>
  • display: Validator<boolean>

    Determines whether the form for entering location name, longitude, and latitude values is displayed.

  • hideDisplay: Validator<((...args: any[]) => any)>

    Called when a location has been successfully added to hide the form.

  • obtainData: Validator<((...args: any[]) => any)>

    Called when a location has been successfully added to obtain the updated location list from the server and add the location to the map.

  • selfRef: Requireable<string>
  • toggleDisplay: Validator<((...args: any[]) => any)>

    Toggles whether the form is displayed. If the remove form is displayed, it will be hidden.

Generated using TypeDoc