Spatio.Model.CoreAction (spatio_sdk v0.0.2)

Renderer-curated "core action" entry. These are the keyboard + command-palette surfaced actions; superset of the platform-tagged agent actions. Schema kept open since the platform metadata varies by category.

Summary

Types

t()

@type t() :: %Spatio.Model.CoreAction{
  category: String.t() | nil,
  description: String.t() | nil,
  icon: String.t() | nil,
  id: String.t(),
  metadata: %{optional(String.t()) => any()} | nil,
  name: String.t() | nil,
  platform: String.t() | nil
}

Functions

decode(value)