# cp.ui.Outline

A Outline UI element. It extends GridElement, so will inherit all of its properties and methods.


# API Overview

Functions - API calls offered directly by the extension

  • matches

# API Documentation

# Functions

# matches

Signature cp.ui.Outline.matches(element) -> boolean
Type Function
Description Checks if the element is a Outline.
Parameters
  • element - An axuielementObject to check.
Returns
  • A boolean
Notes None
Examples None
Source src/extensions/cp/ui/Outline.lua line 15