gui/components/manage/ManageDetail

The Manage right-pane detail/preview for the current selection: what was selected (path, kind, attributes) and a read-only, length-capped content preview. The full editors are separate.

Description:
  • The Manage right-pane detail/preview for the current selection: what was selected (path, kind, attributes) and a read-only, length-capped content preview. The full editors are separate.

Source:

(require("gui/components/manage/ManageDetail"))(props) → {JSX.Element}

Description:
  • The right-pane detail/preview for the current selection.

Source:
Parameters:
Name Type Description
props object
Properties
Name Type Description
selected object | null

The selected entry or folder.

Returns:
Type
JSX.Element