related to #4
allows reusable logic to be embedded within a module and called from any contextual expression
Signal.get
inputs { text }
extract
-> xpath:.//div[contains(@class, 'flex-row')][div[contains(text(), '$text')]]
-> .signal-value > script
-> @js
-> Literal
Signals.get
import Signal
extract {
from: $Signal({ text: "From" })
buy_at: $Signal({ text: "Buy at" })
}
related to #4
allows reusable logic to be embedded within a module and called from any contextual expression
Signal.get
Signals.get