Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MonacoOptions

Index

Properties

Properties

Optional options

options: Partial<IStandaloneEditorConstructionOptions>

Additional options to pass to the editor component. This will override the defaults defined by this compnent.

Optional props

props: Partial<MonacoEditorProps>

Additional props to pass to the editor component. This will override the defaults defined by this component.

Optional refs

refs: MutableRefObject<null | RefEditorInstance>[]

Will receive the reference to the editor instance, the monaco instance, and the container element.

Generated using TypeDoc