chrome-devtools-frontend
Version:
Chrome DevTools UI
11 lines (9 loc) • 425 B
text/typescript
// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export const enum RecorderActions {
CreateRecording = 'chrome_recorder.create-recording',
StartRecording = 'chrome_recorder.start-recording',
ReplayRecording = 'chrome_recorder.replay-recording',
ToggleCodeView = 'chrome_recorder.toggle-code-view',
}