@inweb/client
    Preparing search index...

    Interface IFileReferences

    References are images, fonts, external models 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 an empty list if there are no references.