Interface IFileReferences

References are images, fonts, or any other files to correct rendering of the file.

interface IFileReferences {
    id: string;
    references: IFileReference[];
}

Properties

Properties

id: string

The references list ID, changed after each update of the file references.

references: IFileReference[]

List of file references or null if there are no references.