acceptExCmd
getCurrentExCmdSource
resolveExCmd
setExCmdListener
setExCmds
  • Parse and execute ExCmds

    Parameters

    • exstr: string
    • Optionalsource: ExCmdSource

    Returns Promise<any>

  • Resolve an ExCmd for direct invocation without changing repeat state.

    Parameters

    • exstr: string

    Returns (...extraArgs: any[]) => Promise<any>

  • Parameters

    • listener: () => void

    Returns void