@sqlrooms/mosaic / MosaicCodeViewerPanelProps
Type Alias: MosaicCodeViewerPanelProps
MosaicCodeViewerPanelProps =
object
Properties
value
value:
string
Serialized code to display and copy.
copyTooltipLabel?
optionalcopyTooltipLabel?:string
Tooltip text for the copy button.
enableSchemaValidation?
optionalenableSchemaValidation?:boolean
Whether to enable Mosaic spec schema validation in the editor.
className?
optionalclassName?:string
Additional classes for the scroll area.
editorClassName?
optionaleditorClassName?:string
Additional classes for the CodeMirror editor.