diff options
author | Aylur <[email protected]> | 2024-09-04 23:32:53 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-04 23:32:53 +0000 |
commit | 93e41a321212361c175812788492d56e5a89ade3 (patch) | |
tree | 17d8513fb7f240acb8d9f5d5a95041a06b245e4d /docs/ags/variable.md | |
parent | 539a6b4cc1976aafd395e29450da83a17a73a6e0 (diff) |
docs: fix links
added initial documention for each library
Diffstat (limited to 'docs/ags/variable.md')
-rw-r--r-- | docs/ags/variable.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ags/variable.md b/docs/ags/variable.md index b724df8..06098dd 100644 --- a/docs/ags/variable.md +++ b/docs/ags/variable.md @@ -7,6 +7,10 @@ import { Variable } from "astal" Variable is just a simple `GObject` that holds a value. And has shortcuts for hooking up subprocesses. +:::info +The `Variable` object imported from the `"astal"` package is **not** [Astal.Variable](https://aylur.github.io/libastal/class.Variable.html). +::: + ## Variable as state ```typescript |