Class

FilesDetails

FilesDetails(props) → {React.PureComponent}

Overview

Presents files that were used to create current project. Idea for a composition was taken from this tutorial.
Constructor

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

Parameters:
Name Type Description
props Object
disableGpu boolean

If true tooltip text will be unblurred in Google Chrome.

onSnackbarOpen function

Callback fired when the component requests to display an error.

projectId string

The identifier of a selected project.

serverBase string

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

WrapperComponent React.ElementType

The HTML element that will be used as a Wrapper.

WrapperProps Object

The props applied to the Wrapper element.

View Source Header/Elements/FilesDetails.js, line 53

React.PureComponent