░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/ui/features/course_paces/react/actions
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: course_pace_items.ts
/* * Copyright (C) 2021 - 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/>. */ import {createAction, ActionsUnion} from '../shared/types' export enum Constants { SET_PACE_ITEM_DURATION = 'COURSE_PACE_ITEMS/SET_PACE_ITEM_DURATION', } /* Action creators */ export const actions = { setPaceItemDuration: (paceItemId: string, duration: number) => createAction(Constants.SET_PACE_ITEM_DURATION, {paceItemId, duration}), } export type CoursePaceItemAction = ActionsUnion<typeof actions>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __tests__/
DIR
—
2023-09-24 03:36
📄 course_pace_items.ts
TS
1.1 KB
2023-09-24 03:36
EDIT
📄 course_paces.ts
TS
13.8 KB
2023-09-24 03:36
EDIT
📄 pace_contexts.ts
TS
7.2 KB
2023-09-24 03:36
EDIT
📄 ui.ts
TS
4.4 KB
2023-09-24 03:36
EDIT