This commit is contained in:
Possible
2025-04-03 17:15:10 +01:00
parent c5aee9e2ec
commit 34e5d40cae
+9 -2
View File
@@ -40,8 +40,13 @@
## Dock Data ## Dock Data
- **Dock Data** is the collection of all the docks information - **Dock Data** is the collection of all the docks information
- docks is as follows: {
itemName: activeDockCategory (ROLL-IN, FLOATING, SECTIONAL, WEDGES, RAMPS, BOAT LIFTS (2 CYLINDER), BOAT LIFTS (4 CYLINDER), ACCESSORIES) - docks is as follows: >
```
{
itemName: activeDockCategory -> (ROLL-IN, FLOATING, SECTIONAL, WEDGES, RAMPS, BOAT LIFTS (2 CYLINDER), BOAT LIFTS (4 CYLINDER), ACCESSORIES),
image: dock?.image, image: dock?.image,
category: category, category: category,
length: dock?.length, length: dock?.length,
@@ -55,6 +60,8 @@
thumbnail: dock?.thumbnail, thumbnail: dock?.thumbnail,
weight_capacity: dock?.weight_capacity weight_capacity: dock?.weight_capacity
}; };
```
- this information is to be attached to every dock that is added into the canvas editor as `dockData` - this information is to be attached to every dock that is added into the canvas editor as `dockData`
#### The Issues Are Listed Below #### The Issues Are Listed Below