trans1 / tests /integration-tests /client /docs /AppEventOneOf7.md
Mayo
test: Rust integration tests + Vitest UI tests
5242e6a unverified
# AppEventOneOf7
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Stable identifier — the `.khrproj` directory basename (without the extension). Clients address projects by this. |
**name** | **String** | |
**path** | **String** | Absolute filesystem path. Informational; clients never need to pass it back in — they use `id`. |
**updated_at_ms** | Option<**i64**> | Last modification time of the project directory on disk (ms since UNIX epoch). Used for \"recent projects\" ordering. | [optional]
**event** | **Event** | (enum: projectOpened) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)