@appsemble/utils
Version:
Utility functions used in Appsemble internally
12 lines • 417 B
JavaScript
export const PageActionsDefinition = {
type: 'object',
description: 'Action fired on page events',
additionalProperties: false,
properties: {
onLoad: {
$ref: '#/components/schemas/ActionDefinition',
description: 'This action is fired when a page loads, highly helpful in loading data for the page',
},
},
};
//# sourceMappingURL=PageActionsDefinition.js.map