32 lines
732 B
JavaScript
32 lines
732 B
JavaScript
//import MediaApi from 'zero/api/media.js';
|
|
//import Strings from 'zero/helpers/strings.js';
|
|
//import Localization from 'zero/helpers/localization.js';
|
|
//class LinkProvider
|
|
//{
|
|
// key;
|
|
// label;
|
|
// icon;
|
|
// autoclose = true;
|
|
// action = () =>
|
|
// {
|
|
// console.warn(`[zero] A list action needs a "action" callback`);
|
|
// };
|
|
// constructor(alias: string, name: string, type: string)
|
|
// {
|
|
// this.key = key;
|
|
// this.label = label;
|
|
// this.icon = icon;
|
|
// this.action = action;
|
|
// }
|
|
// /**
|
|
// * Calls the action
|
|
// * @returns {ListColumn}
|
|
// */
|
|
// call(options)
|
|
// {
|
|
// console.info(options);
|
|
// this.action(options);
|
|
// }
|
|
//}
|
|
//export default ListAction;
|
|
//# sourceMappingURL=link-provider.js.map
|