Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type ComponentYamlDrawer struct + Props Props + State State + func (d *ComponentYamlDrawer) GenComponentState(component *cptype.Component) error + func (d *ComponentYamlDrawer) InitComponent(ctx context.Context) + func (d *ComponentYamlDrawer) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error + func (d *ComponentYamlDrawer) Transfer(component *cptype.Component) + type Props struct + Size string + Title string + type State struct + Visible bool