Spatio.Model.App (spatio_sdk v0.0.2)

Locally-built prototype app rendered in an Electron <webview>. projectPath is the on-disk root; file ops are scoped to it.

Summary

Types

t()

@type t() :: %Spatio.Model.App{
  color: String.t() | nil,
  createdAt: DateTime.t() | nil,
  description: String.t() | nil,
  icon: String.t() | nil,
  id: String.t(),
  name: String.t() | nil,
  projectPath: String.t() | nil,
  updatedAt: DateTime.t() | nil
}

Functions

decode(value)