The source file that this document is derived from.

interface PassageSourceFile {
    hash?: string;
    name: string;
}

Properties

Properties

hash?: string

The hash of the source file. This is a SHA256 hash of the original file. The hash only covers the file content, and not other CDF metadata.

23203f9264161714cdb8d2f474b9b641e6a735f8cea4098c40a3cab8743bd749
name: string

Name of the file.

hamlet.txt