Svuick

Packages Guides

@svuick/monaco API


single

switch into single mode

  • type

    single: boolean = false;

path

set the current path monaco will use to identify the model

  • type

    single: string;

language

in single mode only

specify the language of the content

  • type

    language?: string;

content

in single mode only

set the content

  • type

    content: string = '';

config

see monaco editor options

Released under the MIT License.
Copyright © 2022-present David Plugge