diskfile.svelte.ts view source
inheritance
extends:
Cell<typeof DiskfileJson>
path
type DiskfilePath
source_dir
content
type string | null
part
type PartUnion | undefined
readonly
dependents
type Array<[DiskfilePath, SerializableDisknode]>
dependencies
type Array<[DiskfilePath, SerializableDisknode]>
dependencies_by_id
type Map<DiskfilePath, SerializableDisknode>
readonly
dependents_by_id
type Map<DiskfilePath, SerializableDisknode>
readonly
dependency_ids
type Array<DiskfilePath>
readonly
dependent_ids
type Array<DiskfilePath>
readonly
has_dependencies
type boolean
readonly
has_dependents
type boolean
readonly
dependencies_count
type number
readonly
dependents_count
type number
readonly
pathname
e.g. .zzz/foo/bar.json
type string | null | undefined
readonly
path_relative
e.g. bar/foo.json
type string | null | undefined
readonly
content_length
type number
readonly
content_token_count
type number | null
readonly
content_preview
type string
readonly
constructor
type new (options: DiskfileOptions): Diskfile
options
type DiskfileOptions