File size: 805 Bytes
5242e6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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)