UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

25 lines (23 loc) 546 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var alertdialogRole = { abstract: false, accessibleNameRequired: true, baseConcepts: [], childrenPresentational: false, nameFrom: ['author'], props: {}, relatedConcepts: [{ module: 'XForms', concept: { name: 'alert' } }], requireContextRole: [], requiredOwnedElements: [], requiredProps: {}, superClass: [['roletype', 'structure', 'section', 'alert'], ['roletype', 'window', 'dialog']] }; exports.default = alertdialogRole;