Taos API Reference
    Preparing search index...

    Function setAttributeEntries

    • Normalize a setAttribute node's params to a list of resolved entries (each with its port name). Accepts both the compound form (params: { entries: [{attr,mode},...] }) and the legacy single-attr form (params: { attr, mode }). Legacy entries keep the historical 'value' port name; compound entries use the attribute name as the port name so the editor can render the attribute label next to the port.

      Parameters

      • params: Record<string, unknown>

      Returns ResolvedSetAttributeEntry[]