Minga.Events.BufferEvent (Minga v0.1.0)

Copy Markdown View Source

Payload for :buffer_saved and :buffer_opened events.

Summary

Types

history_attribution()

@type history_attribution() :: :active_workspace | :caller_managed

t()

@type t() :: %Minga.Events.BufferEvent{
  buffer: pid(),
  history_attribution: history_attribution(),
  path: String.t()
}