NV Elements Catalog Starters Repo System Themes Getting Started Getting Started Installation CLI MCP Skills Lint Integrations Getting Started Angular Bundles CDN Custom Elements Golang Hugo Import Maps Lit Lit Library MCP Apps NextJS Nuxt Preact React SolidJS Svelte TypeScript Vue About Changelog Metrics Support Accessibility Contributions Requests Migration Foundations Overview Typography Iconography Themes Design Tokens Size & Space Objects Interactions Support Status Color Animation Fonts Layers Custom Layout Horizontal Vertical Grid Popovers i18n Visualization View Transitions Elements Accordion Alert Avatar Badge Breadcrumb Button Button Group Card Chat Message Checkbox Color Combobox Copy Button Datagrid Integrations Column Action Column Alignment Column Fixed Column width Container Card Display Settings Footer Heatmap Keynav Multi Select Pagination Panel Detail Panel Grid Performance Placeholder Row Action Row Groups Row Sort Scroll Height Single Select Stripe Date Datetime Dialog Divider Dot Drawer Dropdown Dropdown Group Dropzone File Format Datetime Format Number Format Relative Time Forms Validation Actions Control Icon Icon Button Input Input Group Logo Menu Month Notification Page Page Header Page Loader Pagination Progressive Filter Chip Progress Bar Progress Ring Password Preferences Input Pulse Radio Range Resize Handle Search Select Skeleton Sort Button Sparkline Star Rating Steps Switch Tabs Tag Textarea Time Toast Toggletip Toolbar Tooltip Tree Week Patterns Authentication Browse Chat Dashboard Editor Empty States Heatmap Keyboard Shortcut Logging Media Navigation Onboarding Panel Responsive Search Subheader Trend Code Codeblock Monaco Input Diff Input Editor Diff Editor Problems Markdown Markdown CSS Utility Labs Responsive Layout Viewport Container Patterns Forms API Design Properties & Attributes Slots Registration CustomEvents Stateless Composition Styles Packaging Glossary Logs Internal Guidelines Agent Harness Agent Tooling Agent Ownership Documentation Examples TypeScript Testing Unit Testing Accessibility Testing Lighthouse Testing SSR Testing Visual Testing Troubleshooting Component Creation Internal Examples All Examples

Monaco Diff Input

beta:  2.0.2 Coverage: unknown Bundle: 3365.27kb Lighthouse: 99 Axe Core Released: 0.0.0
Overview API

<nve-monaco-diff-input>

Properties

Property Attribute Description Values reset none

Resets the control value to its initial value.

() => void
setCustomValidity none
(message: string) => void
checkValidity none

Checks whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity

() => boolean
reportValidity none

Reports whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/reportValidity

() => boolean
composedLabel none

Text content from labels associated with the control.

string
labels none
type none

The control type.

string
valueAsNumber none

The current value parsed as a number.

number
valueAsString none

The current value serialized as a string.

string
validationMessage none

The validation message shown when the control is invalid. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/validationMessage

string
validity none
willValidate none

Indicates whether the control participates in constraint validation. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/willValidate

true
false
form none
name name

The name submitted with the control value as part of the form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/name

string
maxLength maxlength
number
minLength minlength
number
step step

Defines the value granularity for numeric inputs. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step

number
null
max max
number
null
min min
number
null
pattern pattern

Defines the pattern that text values must match. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern

string
defaultValue none

The initial value used when the parent form resets.

string
updateEditorOptions none
focus none
noValidate novalidate

Determines whether to disable validation of the input.

true
false
wordWrap word-wrap

Controls how the editor wraps text.

value value

The current value/content of the editor.

string
tabSize tab-size

Determines the number of spaces to use for indentation.

number
schema schema

JSON schema for validation when the language equals 'json'. https://json-schema.org/

required required

Determines whether the input requires a value.

true
false
minimap minimap

Determines whether to show the minimap (code overview) on the right side of the editor.

true
false
lineNumbers line-numbers

Controls the display of line numbers in the editor.

insertSpaces insert-spaces

Determines whether to insert spaces instead of tabs when pressing the tab key.

true
false
folding folding

Determines whether the editor supports code folding.

true
false
updateOriginalEditorOptions none
updateOptions none
sideBySide side-by-side

Defines whether to render the diff in side-by-side mode (if enough width is available).

true
false
readOnly readonly

Determines whether the editor is in read-only mode.

true
false
originalLanguage originalLanguage

Defines the programming language for syntax highlighting of the original value. Falls back to the language property if not set.

css
go
html
javascript
json
markdown
plaintext
python
shell
sql
typescript
yaml
string
original original

Defines the original value of the diff.

string
language language

Defines the programming language for syntax highlighting and validation.

css
go
html
javascript
json
markdown
plaintext
python
shell
sql
typescript
yaml
string
disabled disabled

Determines whether the input prevents editing.

true
false

Events

Event Description invalid

Dispatched when the control is invalid.

reset

Dispatched when the control state is reset to its initial value.

change

Dispatched when the user modifies and commits the element's value.

input

Dispatched when the element's value changes as a result of a user action.

ready

Dispatched when the editor finishes initialization and becomes ready.

canceled

Dispatched when the editor cancels initialization.

syntax-validation-changed

Dispatched when syntax validation state changes.

CSS Properties

Css-property Description --padding --min-height --border-radius --border --background