Versions in this module Expand all Collapse all v0 v0.2.18 Jan 10, 2026 v0.2.17 Jan 5, 2026 v0.2.16 Oct 13, 2025 v0.2.15 Oct 9, 2025 v0.2.14 Oct 3, 2025 v0.2.12 Oct 2, 2025 v0.2.11 Oct 1, 2025 v0.2.10 Sep 26, 2025 v0.2.9 Sep 20, 2025 v0.2.8 Jul 22, 2025 v0.2.7 Jul 16, 2025 v0.2.6 Jun 21, 2025 v0.2.5 Apr 7, 2025 v0.2.4 Apr 4, 2025 Changes in this version type Column + ToolTip string v0.2.3 Mar 28, 2025 v0.2.2 Mar 19, 2025 v0.2.1 Mar 19, 2025 v0.2.0 Mar 2, 2025 v0.1.0 Feb 25, 2025 Changes in this version + type Actions struct + Code string + type AnimationProperties struct + AnimationDelay string + AnimationDirection string + AnimationDuration string + AnimationIterationCount string + AnimationName string + AnimationTimingFunction string + type BackgroundProperties struct + BackgroundAttachment string + BackgroundBlendMode string + BackgroundClip string + BackgroundColor string + BackgroundImage string + BackgroundPosition string + BackgroundRepeat string + BackgroundSize string + type Binding struct + DataSourceRef string + MutationMode string + Scope string + type BorderProperties struct + BorderColor string + BorderRadius string + BorderSpacing string + BorderStyle string + BorderWidth string + Outline string + OutlineColor string + OutlineStyle string + OutlineWidth string + type Card struct + Compact bool + Elevation int + Interactive bool + type CartesianGrid struct + StrokeDasharray string + type Chart struct + CartesianGrid CartesianGrid + Height string + On []*Execute + Series ChartSeries + Type string + Width string + XAxis ChartXAxis + YAxis ChartYAxis + type ChartSeries struct + NameKey string + Palette []string + ValueKey string + Values []*ChartSeriesValue + type ChartSeriesValue struct + Label string + Value string + type ChartXAxis struct + DataKey string + Label string + TickFormat string + type ChartYAxis struct + Label string + type Codec struct + Args []string + Name string + type Column struct + Align string + CellProperties map[string]interface{} + HeadProperties map[string]interface{} + ID string + Icon string + MultiSelect bool + Name string + NumericFormat string + On []*Execute + Progress *Progress + Sortable bool + Type string + Width int + type Container struct + Card *Card + Chart *Chart + Containers []Container + Dialogs []string + Editor *Editor + FileBrowser *FileBrowser + Footer *Container + ID string + Items []Item + Layout *Layout + On []*Execute + Repeat *Repeat + Section *Section + State *Parameter + Style *StyleProperties + Table *Table + Tabs *Tabs + Title string + type DataDependency struct + Column string + RefColumn string + RefDataSource string + type DataInfoSelectors struct + PageCount string + TotalCount string + type DataSource struct + AutoSelect bool + Cardinality string + DataSourceRef string + FilterSet []Filter + On []*Execute + Paging *PagingConfig + Parameters []Parameter + SelectionMode *SelectionMode + Selectors *Selectors + SelfReference string + Service *Service + UniqueKey []*UniqueKey + type Dialog struct + Actions []Item + Content *Container + DataSourceRef string + Id string + On []*Execute + Style *StyleProperties + Title string + type Divider struct + Sizes []int + Visible bool + type Editor struct + EditorSelector *EditorSelector + On []*Execute + Style *StyleProperties + Title string + type EditorSelector struct + Extension string + Location string + Source string + type Execute struct + Arguments []string + Async bool + Event string + Handler string + Init string + OnDone string + OnError string + OnSuccess string + Parameters []*Parameter + type FileBrowser struct + FolderOnly bool + On []*Execute + Style *StyleProperties + Title string + type Filter struct + Default bool + Name string + Template []TemplateItem + type Item struct + Align string + ColumnSpan int + DateFnsFormat string + ID string + Icon string + Label string + LabelPosition string + NumericFormat string + On []*Execute + Options []Option + Properties map[string]interface{} + RowSpan int + Style *StyleProperties + Type string + Value interface{} + type Layout struct + Columns int + Divider *Divider + LabelPosition string + Orientation string + Rows int + type LayoutProperties struct + AlignItems string + AlignSelf string + ColumnGap string + Display string + Flex string + FlexBasis string + FlexDirection string + FlexGrow string + FlexShrink string + FlexWrap string + Gap string + GridArea string + GridAutoColumns string + GridAutoFlow string + GridAutoRows string + GridColumn string + GridRow string + GridTemplateAreas string + GridTemplateColumns string + GridTemplateRows string + JustifyContent string + JustifySelf string + PlaceContent string + PlaceItems string + PlaceSelf string + RowGap string + type NavigationItem struct + ChildNodes []NavigationItem + ID string + Icon string + Label string + WindowKey string + WindowTitle string + type Option struct + Label string + Value string + type PagingConfig struct + DataInfoSelectors *DataInfoSelectors + Enabled bool + Parameters *PagingParameters + Size int + type PagingParameters struct + Page string + Size string + type Parameter struct + Codec *Codec + In string + Kind string + Location string + Name string + Scope string + type PositioningProperties struct + Bottom string + Inset string + Left string + ObjectFit string + ObjectPosition string + Overflow string + OverflowX string + OverflowY string + Position string + Right string + Top string + Visibility string + ZIndex string + type Progress struct + MaxValueField string + type Repeat struct + Item *Item + Iterator *Parameter + type Section struct + Collapsible bool + Properties map[string]interface{} + type SelectionMode string + const MultiSelection + const SingleSelection + type Selectors struct + Data string + DataInfo string + Metrics string + type Service struct + Delete *Service + Endpoint string + Method string + Patch *Service + Post *Service + Put *Service + URI string + type SettingsConfig struct + Tabs []string + type SizingProperties struct + Height string + MaxHeight string + MaxWidth string + MinHeight string + MinWidth string + Width string + type SpacingProperties struct + Margin string + MarginBottom string + MarginLeft string + MarginRight string + MarginTop string + Padding string + PaddingBottom string + PaddingLeft string + PaddingRight string + PaddingTop string + type StyleProperties struct + type Table struct + Columns []Column + EnforceColumnSize *bool + On []*Execute + Toolbar *Toolbar + type Tabs struct + Animate bool + ClassName string + DefaultSelectedTabId string + Fill bool + Large bool + RenderActiveTabPanelOnly bool + SelectedTabId string + Vertical bool + type TemplateItem struct + ID string + Label string + Operator string + type Toolbar struct + Items []Item + type TypographyProperties struct + Color string + FontFamily string + FontSize string + FontWeight string + LetterSpacing string + LineHeight string + TextAlign string + type UniqueKey struct + Field string + Parameter string + type UnitedSize struct + Size int + Unit string + type View struct + Content *Container + Layout Layout + On []*Execute + type Window struct + Actions *Actions + DataSource map[string]DataSource + Dialogs []Dialog + Namespace string + Ns []string + View View + func (w *Window) SetCode(code []byte)