# cp.ui.Table

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