Type Alias: LixFile

LixFile = LixFileDescriptor & object

Complete file type combining the descriptor with materialized data.

Uses "Lix" prefix to avoid collision with JavaScript's built-in File type. This represents the full file as seen in views, combining:

  • LixFileDescriptor: stored metadata (id, path, metadata)
  • data: materialized file content from plugin entities

Type declaration

data

data: Uint8Array