Home > @activeviam/activeui-sdk > CSFileEntry
CSFileEntry interface
Signature:
export interface CSFileEntry<Content>
Properties
| Property | Type | Description |
|---|---|---|
| canRead | boolean | |
| canWrite | boolean | |
| content | Content | |
| isDirectory | boolean | |
| lastEditor | PermissionGroup | |
| owners | PermissionGroups | |
| readers | PermissionGroups | |
| timestamp | number |