@inweb/client
    Preparing search index...

    Interface IFileReference

    Reference to file.

    interface IFileReference {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the referenced file.

    name: string

    The name of the referenced file.