Page
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| height | u32 | ||
| id | uuid::Uuid | ||
| name | String | ||
| nodes | std::collections::HashMap<String, models::Node> | Stacking = insertion order. Bottom-first: source is typically first, rendered typically last. |
|
| width | u32 |
| Name | Type | Description | Notes |
|---|---|---|---|
| height | u32 | ||
| id | uuid::Uuid | ||
| name | String | ||
| nodes | std::collections::HashMap<String, models::Node> | Stacking = insertion order. Bottom-first: source is typically first, rendered typically last. |
|
| width | u32 |