kAXListItemIndexTextAttribute

Static kAXListItemIndexTextAttribute 

Source
pub unsafe static kAXListItemIndexTextAttribute: &'static CFString
Available on crate feature AXTextAttributedString only.
Expand description

A CFNumberRef value that indicates the line index. Each list item increments the index, even for unordered lists. The first item should have index 0.

See also Apple’s documentation