░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/ui/features/account_calendar_settings/react
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: types.ts
/* * Copyright (C) 2022 - present Instructure, Inc. * * This file is part of Canvas. * * Canvas is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, version 3 of the License. * * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ export type Collection = { [id: number]: Account } export type AccountData = { id: string name: string parent_account_id: string | null root_account_id: string visible: boolean sub_account_count: number } export type Account = { id: number name: string heading: string | undefined parent_account_id: number | null sub_account_count: number children: any[] visible: boolean auto_subscribe?: boolean } export type VisibilityChange = { id: number visible: boolean } export type SubscriptionChange = { id: number auto_subscribe: boolean }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 components/
DIR
—
2023-09-24 03:39
📄 theme.ts
TS
1.8 KB
2023-09-24 03:36
EDIT
📄 types.ts
TS
1.2 KB
2023-09-24 03:39
EDIT
📄 utils.ts
TS
2.2 KB
2023-09-24 03:39
EDIT