Properties
allowClosed
allowClosed: boolean = true
allowWaitlist
allowWaitlist: boolean = true
refSchedule
refSchedule: GeneratedSchedule["All"]
Readonly sortModes
sort
Modes: [{ description: "Combine all sorting options enabled and given them equal weight"; mode: combined; title: "Combined" }, { description: string; mode: fallback; title: "Fallback" }] = [{mode: SortMode.combined,title: 'Combined',description: 'Combine all sorting options enabled and given them equal weight'},{mode: SortMode.fallback,title: 'Fallback',description:'Sort using the options on top first. If compare equal, sort using the next option.' +' You can drag the sorting options to change their order.'}] as const
the filter module handles the storage and manipulation of filters
Hanzhi Zhou