Zum Hauptinhalt springen

vehicle_storage

Defines the vehicle storage artifact for data persistence.

Entry Information

PropertyValue
Entry IDvehicle_storage
TypeArtifact
ColorOrange
Iconfa6-solid:database

Description

An artifact entry that handles vehicle data persistence. This artifact stores all vehicle-related data, including vehicle instances, ownership, and state. The artifact ID can be customized for separate data tracking.

Fields

FieldTypeDescription
artifactIdStringData persistence identifier (default: 'vehicles-data')

Usage Example

- entry: vehicle_storage
name: "Vehicle Storage"
comment: "Default vehicle data storage artifact"
group: "storage"
artifactId: "vehicles-data"