Skip to main content
Module

x/gesso/types/params.ts>CreateCustomGradebookColumnParams

A TypeScript API client for Canvas LMS
Latest
interface CreateCustomGradebookColumnParams
import { type CreateCustomGradebookColumnParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
columntitle: string

no description

optional
columnposition: number

The position of the column relative to other custom columns

optional
columnhidden: boolean

Hidden columns are not displayed in the gradebook

optional
columnteachernotes: boolean

Set this if the column is created by a teacher. The gradebook only supports one teacher_notes column.

optional
columnreadonly: boolean

Set this to prevent the column from being editable in the gradebook ui