@inweb/client
    Preparing search index...

    Interface IFileReferences

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

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

    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.