Skip to content

Commit

Permalink
docs(cookbook): document stl field
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelot committed Feb 7, 2022
1 parent 05d0e13 commit 578d066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ explaining the `StatusLine` object base methods and attributes:
- `id`: Table containing the indices required to index the component from the
root.
- `{set,get}_win_attr(self, attr, default)`: Set or get a window-local
component attribute. If the attribute is not defined, sets a default value.
component attribute. If the attribute is not defined, sets a `default` value.
- `stl`: the last output value of the component's evaluation.

## Builtin conditions and utilities

Expand Down

0 comments on commit 578d066

Please sign in to comment.