Link layer(s) references.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-20 11:27:16 +00:00
parent c087c93930
commit d3634ce731
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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