@inweb/client
    Preparing search index...

    Interface IAssociatedFileData

    Defines the information about file from which the assembly was created.

    interface IAssociatedFileData {
        fileId: string;
        name: string;
    }
    Index

    Properties

    Properties

    fileId: string

    File ID.

    name: string

    File name.