Fx Sheet Frame Header Action Area
Type: React component
How to get FxSheetFrameHeaderActionArea?
JavaScript
import FxSheetFrameHeaderActionArea from 'fontoxml-fx/src/FxSheetFrameHeaderActionArea.jsx'
A secondary layout container for a sheet frame header.
You can use this in a custom sheet frame header as well. It is designed to be aligned to the right (by placing it after the SheetFrameHeaderInfoArea), except when use-embedded-mode is set to true, then this renders a VerticalSeparationLine on the left of its content and the SheetFrameHeaderInfoArea no longer stretches.
Read more in the "Configure a (custom) sheet frame header" how to guide.
Props
product
Context (Required)
Type: String
The system name of the product in which the sheet frame (header) is being rendered. Used to alter the look'n'feel of certain parts and/or to disable certain parts in certain contexts. For example, in context of the review product the content is read-only. So the lock widget, save widget and contextual operations are not used there.
Can be one of either:
-
"editor"
-
"review"
-
"history"
-