#cp.ui.Image

Represents an AXImage axuielement value.

Extends Element.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signaturecp.ui.Image.matches(element)
TypeFunction
DescriptionChecks if the provided axuielement is an AXImage.
Parameters
  • element - The axuielement to check.
Returns
  • true if it is an AXImage, otherwise false.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/ui/Image.lua line 11