UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

28 lines 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.textEventContract = void 0; const schema_1 = require("@sprucelabs/schema"); // ** Text Widget ** // exports.textEventContract = { eventSignatures: { click: { emitPayloadSchema: (0, schema_1.buildSchema)({ id: 'textClickEmitPayload', fields: { column: { type: 'number', isRequired: true, }, row: { type: 'number', isRequired: true, }, text: { type: 'text', }, }, }), }, }, }; //# sourceMappingURL=text.types.js.map