Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e13956d47ee83c3e8e2275461d6c0c19af5d7d89
Umbraco-CMS/src/Umbraco.Web.UI.Client/libs/repository/data-source/copy-data-source.interface.ts

6 lines
200 B
TypeScript
Raw Normal View History

Feature: Data Type Copy Action (#653) * add copy data source * add copy repo * add copy logic to mock db * add copy request interceptor * add data type copy server data source * add copy method to data type repo * add data type copy entity action * show copied notification * update hasChildren flag * use correct icon * note --------- Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com> Co-authored-by: Niels Lyngsø <nsl@umbraco.dk>
2023-04-20 15:21:08 +02:00
import type { DataSourceResponse } from '@umbraco-cms/backoffice/repository';
export interface UmbCopyDataSource {
copy(unique: string, targetUnique: string): Promise<DataSourceResponse<string>>;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 654ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API