Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.07 KB

File metadata and controls

23 lines (16 loc) · 1.07 KB

docs » cp.ui.Image


Represents an AXImage axuielement value.

Extends Element.

API Overview

  • Functions - API calls offered directly by the extension
  • matches

API Documentation

Functions

Signature cp.ui.Image.matches(element)
Type Function
Description Checks if the provided axuielement is an AXImage.
Parameters
  • element - The axuielement to check.
Returns
  • true if it is an AXImage, otherwise false.