UNPKG

@servicenow/library-enhanced-element

Version:

Base element for Now Design System components

9 lines (8 loc) 242 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = makeScopedActionName; function makeScopedActionName(tagName, actionName) { return tagName.toUpperCase().replace(/-/g, '_') + '#' + actionName; }