# cp.ui.Image

Represents an AXImage axuielement value.

Extends Element.


# API Overview

Functions - API calls offered directly by the extension

  • matches

# API Documentation

# Functions

# matches

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.
Notes None
Examples None
Source src/extensions/cp/ui/Image.lua line 11