Diskfile part - references content from a Diskfile.
inheritance
Part<typeof DiskfilePartJson>
type
diskfile
type Diskfile | null | undefined
relative_path
constructor
type new (options: DiskfilePartOptions): DiskfilePart
options
link_editor_state
Links this part to an editor state.
type (editor_state: { current_content: string; } | null): void
editor_state
{ current_content: string; } | nullvoid