From 578d066bed804bdd4673b435e8ca4080871cc649 Mon Sep 17 00:00:00 2001 From: Tommaso Laurenzi Date: Mon, 7 Feb 2022 15:56:51 +0100 Subject: [PATCH] docs(cookbook): document stl field --- cookbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook.md b/cookbook.md index 3c2093b..65a14c1 100644 --- a/cookbook.md +++ b/cookbook.md @@ -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