mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Link layer(s) references.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
The `layer` property is used to assign widgets to a layer.
|
||||
Layers control the order in which widgets are painted on screen.
|
||||
The value of the `layer` property must be the name of a layer defined using a `layers` declaration.
|
||||
The value of the `layer` property must be the name of a layer defined using a [`layers`](../layers) declaration.
|
||||
More information on layers can be found in the [guide](../guide/layout.md#layers).
|
||||
|
||||
## Syntax
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
The `layers` property allows you to define an ordered set of layers.
|
||||
Layers control the order in which widgets are painted on screen.
|
||||
These `layers` can later be referenced using the `layer` property.
|
||||
These `layers` can later be referenced using the [`layer`](../layer) property.
|
||||
More information on layers can be found in the [guide](../guide/layout.md#layers).
|
||||
|
||||
## Syntax
|
||||
|
||||
Reference in New Issue
Block a user