sesaparcours
    Preparing search index...
    Index

    Constructors

    • Parameters

      Returns Editor

    Accessors

    • get kernel(): KernelBase | undefined

      Kernel getter.

      Returns KernelBase | undefined

    • get kernelSafe(): KernelBase | null

      Returns KernelBase | null

    Methods

    • Pass events to Ace editor.

      Parameters

      Returns void

    • Get editor’s content

      Returns string

    • Initialize the Ace editor.

      Returns Promise<void>

    • Set editor’s content (undo selection).

      Parameters

      • Optionalcontent: string

      Returns void

    • Set the readOnly prop to true (content can’t be changed, but still visible and can be selected for copying) opacity set to 0.6 to show the "disabled" state

      Returns void

    • Set ace theme.

      Parameters

      • dark: boolean

      Returns Promise<void>