Bar
A :bar
node is a status bar shown above or below the node that it contains.
{
:type :bar
:bottom false # boolean, optional
:text nil # string, dynamic
:node {} # a node
}
:bottom
If true
, the bar will be on the bottom of the node instead of the top.
:text
The contents of the bar.
:node
A valid layout node.
Dynamic
- The dimensions of the space available to either property as a tuple,
[rows cols]
.rows
is always1
, but this structure is preserved for consistency. - The current value of
:node
.