Taos API Reference
    Preparing search index...

    Function attributeEntries

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

      Parameters

      • params: Record<string, unknown>

      Returns ResolvedAttributeEntry[]