line_bot v0.1.0 LineBot.Message.Flex.Box View Source
Represents a Box component.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %LineBot.Message.Flex.Box{ action: [LineBot.Message.Action.t()] | nil, contents: [LineBot.Message.Flex.component()], flex: integer() | nil, layout: :horizontal | :vertical | :baseline, margin: :none | :xs | :sm | :md | :lg | :xl | :xxl | nil, spacing: :none | :xs | :sm | :md | :lg | :xl | :xxl | nil, type: :box }