Class

SettingsProjectDialog

SettingsProjectDialog(props) → {React.PureComponent}

Overview

Allows a user to choose global object's visible name in current project. If there are no description or identification attributes in current information table, only default option is available.
Constructor

# new SettingsProjectDialog(props) → {React.PureComponent}

Parameters:
Name Type Description
props Object
onClose function

Callback fired when the component requests to be closed.

onObjectNamesChanges function

Callback fired when global object names have been changed.

onSnackbarOpen function

Callback fired when the component requests to display an error.

open boolean

If true the dialog is open.

projectId string

The identifier of a selected project.

serverBase string

The host and port in the URL of an API call.

View Source Utils/Dialogs/SettingsProjectDialog.js, line 75

React.PureComponent