• Resolve the SohlAction for a clicked control by walking up to its [data-action-name] row (whose value is the action's shortcode) and looking it up on the owner's logic.

    Parameters

    • doc: ActionOwner

      The action-owning document.

    • target: HTMLElement

      The clicked control inside an action row.

    Returns sohl.entity.action.SohlAction | undefined

    The action, or undefined if the row or action is missing.