forked from Androz2091/scratch-for-discord
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Subject
Web-Application_Frontend/src/blocks/jblock1.js
Lines 14 to 30 in df95253
// data = { | |
// id: "blobkaname", | |
// text: "among us [DUMMY] [TROLOLO]", | |
// color: "#ff0000", | |
// tooltip: "abc", | |
// url: "abc", | |
// output: module.exports.OutputType.STRING, | |
// inline: true, | |
// hidden: false, | |
// inputs: { | |
// DUMMY: { type: "input_dummy" }, | |
// TROLOLO: { type: "input_value", check: module.exports.OutputType.STRING } | |
// }, | |
// export: (block, args) => { | |
// return `banana ${args.TROLOLO}` | |
// } | |
// } |
Question
@JeremyGamer13 what is that?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To Review