cp.ui.TextArea.matches(element) -> boolean
axuielementObject
to check.true
if matches otherwise false
cp.ui.TextArea(parent, uiFinder) -> TextArea
TextArea
instance.hs._asm.axuielement
when available.TextArea
object.cp.ui.TextArea.focused <cp.prop: boolean>
cp.ui.TextArea.value <cp.prop: string>
cp.ui.TextArea:append(moreText) -> string
moreText
to the end of the current value, returning the combined text value. If no text is currently set, moreText
becomes the value.string
value.cp.ui.TextArea:prepend(moreText) -> string
moreText
to the beginning of the current value, returning the combined text value. If no text is currently set, moreText
becomes the value.string
value.