Constructor
new FileDialog(atk, opts)
Creates an instance of the FileDialog class, which allows users to save and load feature collections in various formats.
Parameters:
Name | Type | Description |
---|---|---|
atk |
any | The AnnotationToolKit object. |
opts |
object | Additional options for the file dialog. |
- Source:
Methods
hide()
Hides the file dialog.
- Source:
show()
Shows the file dialog.
- Source:
toggle()
Toggles the visibility of the file dialog.
- Source: