Gjsify LogoGjsify Logo

The #AtkAction interface should be supported by any object that can perform one or more actions. The interface provides the standard mechanism for an assistive technology to determine what those actions are as well as tell the object to perform them. Any object that can be manipulated should support this interface.

record

Hierarchy

  • ActionIface

Index

Constructors

Properties

name: string

Methods

  • do_action(action: Atk.Action, i: number): boolean
  • get_description(action: Atk.Action, i: number): string
  • get_keybinding(action: Atk.Action, i: number): string
  • get_localized_name(action: Atk.Action, i: number): string
  • get_name(action: Atk.Action, i: number): string
  • set_description(action: Atk.Action, i: number, desc: string): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method