A resource that is a URL

Hierarchy

Properties

classId: string

The class ID of the resource

gradebookId: string

The gradebook ID of the resource

path: string

The URL path of the resource

resource: {
    date: Date;
    description: string;
    id: string;
    name: string;
}

The resource properties of the resource

Type declaration

  • date: Date

    The date of the resource

  • description: string

    The description of the resource

  • id: string

    The ID of the resource

  • name: string

    The name of the resource

sequence: string

The sequence type of the resource

teacherId: string

The teacher ID of the resource

type: URL

The resource type

url: string

The URL of the resource

Generated using TypeDoc