Ace API Reference
    Preparing search index...

    Option panel component for configuring settings or options. The panel is designed to integrate with an editor and render various UI controls based on provided configuration.

    Index

    Constructors

    • Parameters

      • editor: Editor
      • Optionalelement: HTMLElement

      Returns OptionPanel

    Properties

    container: HTMLElement
    editor: Editor
    groups: any[]
    options: {}

    Methods

    • Parameters

      • key: any
      • option: any

      Returns (string | any[] | { class: string })[]

    • Parameters

      • key: string
      • option: any

      Returns any

    • Parameters

      • option: any
      • value: string | number | boolean

      Returns void