CodeOptions🔗
Definition🔗
class CodeOptions:
# The language passed to monaco code editor
language: text.CodeLanguage
show_line_numbers: bool
show_mini_map: bool
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.