Ace API Reference
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $singleCommand: boolean
    commandKeyBinding: {}
    commands: Record<string, Ace.Command>
    platform: Platform

    Methods

    • Parameters

      • data: any
      • hashId: number
      • keyString: string
      • keyCode: number

      Returns void | { command: string }

    • Accepts keys in the form ctrl+Enter or ctrl-Enter keys without modifiers or shift only

      Parameters

      • keys: string

      Returns false | { hashId: number; key: string }