1 |
- {"ast":null,"code":"import { FlowGraphAsyncExecutionBlock } from \"./flowGraphAsyncExecutionBlock.js\";\n/**\n * @experimental\n * A type of block that listens to an event observable and activates\n * its output signal when the event is triggered.\n */\nexport class FlowGraphEventBlock extends FlowGraphAsyncExecutionBlock {\n /**\n * @internal\n */\n _execute(context) {\n context._notifyExecuteNode(this);\n this.out._activateSignal(context);\n }\n}","map":{"version":3,"names":["FlowGraphAsyncExecutionBlock","FlowGraphEventBlock","_execute","context","_notifyExecuteNode","out","_activateSignal"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/FlowGraph/flowGraphEventBlock.js"],"sourcesContent":["import { FlowGraphAsyncExecutionBlock } from \"./flowGraphAsyncExecutionBlock.js\";\n/**\n * @experimental\n * A type of block that listens to an event observable and activates\n * its output signal when the event is triggered.\n */\nexport class FlowGraphEventBlock extends FlowGraphAsyncExecutionBlock {\n /**\n * @internal\n */\n _execute(context) {\n context._notifyExecuteNode(this);\n this.out._activateSignal(context);\n }\n}\n"],"mappings":"AAAA,SAASA,4BAA4B,QAAQ,mCAAmC;AAChF;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,mBAAmB,SAASD,4BAA4B,CAAC;EAClE;AACJ;AACA;EACIE,QAAQA,CAACC,OAAO,EAAE;IACdA,OAAO,CAACC,kBAAkB,CAAC,IAAI,CAAC;IAChC,IAAI,CAACC,GAAG,CAACC,eAAe,CAACH,OAAO,CAAC;EACrC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|