AXRow
axuielement
.cp.ui.Row(parent, uiFinder) -> cp.ui.Row
Row
instance with the specified parent
and uiFinder
.Element
.function
or cp.prop
containing the axuielement
Row
.cp.ui.Row.disclosing <cp.prop: boolean>
Row
is disclosing other Rows
.cp.ui.Row.disclosureLevel <cp.prop: number; read-only>
0
is the top level.cp.ui.Row.index <cp.prop: number; read-only>
0
being the first item.cp.ui.Row.selected <cp.prop: boolean>
cp.ui.Row:disclosedByRow() -> cp.ui.Row
Row
which is disclosing this Row
.cp.ui.Row:disclosedRows() -> table of cp.ui.Row or nil
table
of Rows, or nil
.cp.ui.Row.matches(element) -> boolean
Row
.axuielement
to check.true
if it matches, otherwise false
.