Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gesso/types/params.ts>UpdateCustomColorParams

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

Properties

optional
hexcode: string

The hexcode of the color to set for the context, if you choose to pass the hexcode as a query parameter rather than in the request body you should NOT include the '#' unless you escape it first.