@appsemble/lang-sdk
Version:
Language SDK for Appsemble
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