Hiyve Components - v1.0.0
    Preparing search index...

    A reference to a file attached to an assignment.

    File references link assignments to files managed by the file manager, enabling participants to access related materials directly from the assignment.

    const ref: FileReference = {
    fileId: 'file-abc-123',
    name: 'project-brief.pdf',
    };
    interface FileReference {
        fileId: string;
        name: string;
    }
    Index

    Properties

    Properties

    fileId: string

    Unique identifier for the referenced file

    name: string

    Display name of the file