UNPKG

data-provider-temporary

Version:

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

20 lines (18 loc) 422 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var noteRole = { abstract: false, accessibleNameRequired: false, baseConcepts: [], childrenPresentational: false, nameFrom: ['author'], props: {}, relatedConcepts: [], requireContextRole: [], requiredOwnedElements: [], requiredProps: {}, superClass: [['roletype', 'structure', 'section']] }; exports.default = noteRole;