Packages

Analyze, transform, and render Figma files from Elixir

Current section

Files

Jump to
figler lib generated figler schema collaborative_plain_text.ex
Raw

lib/generated/figler/schema/collaborative_plain_text.ex

defmodule Figler.Schema.CollaborativePlainText do
@moduledoc "Generated Kiwi message module for `CollaborativePlainText`."
use KiwiCodec, kind: :message
field(:history_ops_with_ids, 1,
repeated: true,
type: Figler.Schema.CollaborativeTextStrippedOpRunWithIDs,
source_name: "historyOpsWithIds"
)
field(:history_ops_with_loc, 2,
repeated: true,
type: Figler.Schema.CollaborativeTextStrippedOpRunWithLoc,
source_name: "historyOpsWithLoc"
)
field(:history_string_content_buffer, 3,
repeated: true,
type: :byte,
source_name: "historyStringContentBuffer"
)
field(:changes_to_append, 4,
repeated: true,
type: Figler.Schema.CollaborativeTextOpRun,
source_name: "changesToAppend"
)
end