A single usernote type

interface RawUsernoteType {
    color: string;
    key: string;
    text: string;
}

Properties

Properties

color: string

Color for this note type, as any valid CSS color string

key: string

Key that this type is identified by, should never change once created

text: string

Displayed text of the note type