Sequence StaticBlockFill

std/filler/scalar/string::StaticBlockFill


Parameters

↳ var value: string = ""

Inputs

trigger: Block<void>

Outputs

↦ value: Block<string>


Fill a triggering void block with a scalar static string value.

graph LR
    T("StaticBlockFill (value=🟧)")
    B["〈🟦〉"] -->|trigger| T
    
    T -->|value| O["〈🟧〉"]

    style B fill:#ffff,stroke:#ffff
    style O fill:#ffff,stroke:#ffff