Button.tree#
- property Button.tree: str[source]#
String, giving the exact position in the experiment.
The tree is composed of the names of all sections and the element’s page dots. Example for an element that belongs to a page “hello_world” that was added directly to the experiment:
_root._content.hello_world
_root
and_content
are basic sections that alfred always includes in an experiment.- Type