#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


#API Documentation

#Functions

Signaturecp.ui.Table.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element is a Table.
Parameters
  • element - An axuielementObject to check.
Returns
  • A boolean
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/ui/Table.lua line 15