Documentation
¶
Overview ¶
Code generated by Tapestry; edit at your own risk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Z_Types = typeinfo.TypeSet{
Name: "frame",
Slot: z_slot_list,
Flow: z_flow_list,
Signatures: z_signatures,
}
package listing of type data
var Zt_Event = typeinfo.Slot{
Name: "event",
}
event, a type of slot.
var Zt_Frame typeinfo.Flow
frame, a type of flow.
var Zt_FrameOutput typeinfo.Flow
frame_output, a type of flow.
var Zt_PairChanged typeinfo.Flow
pair_changed, a type of flow.
var Zt_SceneEnded typeinfo.Flow
scene_ended, a type of flow.
var Zt_SceneStarted typeinfo.Flow
scene_started, a type of flow.
var Zt_StateChanged typeinfo.Flow
state_changed, a type of flow.
Functions ¶
This section is empty.
Types ¶
type Event_Slot ¶
type Event_Slot struct{ Value Event }
holds a single slot.
func (*Event_Slot) TypeInfo ¶
func (*Event_Slot) TypeInfo() typeinfo.T
implements typeinfo.Instance for a single slot.
type Event_Slots ¶
type Event_Slots []Event
holds a slice of slots.
func (*Event_Slots) TypeInfo ¶
func (*Event_Slots) TypeInfo() typeinfo.T
implements typeinfo.Instance for a series of slots.
type FrameOutput ¶
func (*FrameOutput) GetMarkup ¶
func (op *FrameOutput) GetMarkup(ensure bool) map[string]any
implements typeinfo.Markup
func (*FrameOutput) TypeInfo ¶
func (*FrameOutput) TypeInfo() typeinfo.T
implements typeinfo.Instance
type FrameOutput_Slice ¶
type FrameOutput_Slice []FrameOutput
holds a slice of type frame_output
func (*FrameOutput_Slice) Repeats ¶
func (op *FrameOutput_Slice) Repeats() bool
implements typeinfo.Repeats
func (*FrameOutput_Slice) TypeInfo ¶
func (*FrameOutput_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance
type Frame_Slice ¶
type Frame_Slice []Frame
holds a slice of type frame
func (*Frame_Slice) TypeInfo ¶
func (*Frame_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance
type PairChanged ¶
func (*PairChanged) GetMarkup ¶
func (op *PairChanged) GetMarkup(ensure bool) map[string]any
implements typeinfo.Markup
func (*PairChanged) TypeInfo ¶
func (*PairChanged) TypeInfo() typeinfo.T
implements typeinfo.Instance
type PairChanged_Slice ¶
type PairChanged_Slice []PairChanged
holds a slice of type pair_changed
func (*PairChanged_Slice) Repeats ¶
func (op *PairChanged_Slice) Repeats() bool
implements typeinfo.Repeats
func (*PairChanged_Slice) TypeInfo ¶
func (*PairChanged_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance
type SceneEnded ¶
type SceneEnded_Slice ¶
type SceneEnded_Slice []SceneEnded
holds a slice of type scene_ended
func (*SceneEnded_Slice) Repeats ¶
func (op *SceneEnded_Slice) Repeats() bool
implements typeinfo.Repeats
func (*SceneEnded_Slice) TypeInfo ¶
func (*SceneEnded_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance
type SceneStarted ¶
func (*SceneStarted) GetMarkup ¶
func (op *SceneStarted) GetMarkup(ensure bool) map[string]any
implements typeinfo.Markup
func (*SceneStarted) TypeInfo ¶
func (*SceneStarted) TypeInfo() typeinfo.T
implements typeinfo.Instance
type SceneStarted_Slice ¶
type SceneStarted_Slice []SceneStarted
holds a slice of type scene_started
func (*SceneStarted_Slice) Repeats ¶
func (op *SceneStarted_Slice) Repeats() bool
implements typeinfo.Repeats
func (*SceneStarted_Slice) TypeInfo ¶
func (*SceneStarted_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance
type StateChanged ¶
type StateChanged struct { Noun string Aspect string Prev string Trait string Markup map[string]any }
func (*StateChanged) GetMarkup ¶
func (op *StateChanged) GetMarkup(ensure bool) map[string]any
implements typeinfo.Markup
func (*StateChanged) TypeInfo ¶
func (*StateChanged) TypeInfo() typeinfo.T
implements typeinfo.Instance
type StateChanged_Slice ¶
type StateChanged_Slice []StateChanged
holds a slice of type state_changed
func (*StateChanged_Slice) Repeats ¶
func (op *StateChanged_Slice) Repeats() bool
implements typeinfo.Repeats
func (*StateChanged_Slice) TypeInfo ¶
func (*StateChanged_Slice) TypeInfo() typeinfo.T
implements typeinfo.Instance