Skip to content

Commit

Permalink
Add support for layout object and it's children (#439)
Browse files Browse the repository at this point in the history
add support for layout object and it's children
  • Loading branch information
DnlLrssn authored Dec 5, 2023
1 parent 7dbdda6 commit e3180ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions senseobjdef/defaultdefinitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,13 @@ var (
// TODO Select needs support for SelectPivotCells
}

// DefaultLayoutContainer, container type with all "children" visible
DefaultLayoutContainer = ObjectDef{
DataDef{DataDefNoData, ""},
nil,
nil,
}

DefaultObjectDefs = ObjectDefs{
"listbox": &DefaultListboxDef,
"filterpane": &DefaultFilterpane,
Expand Down Expand Up @@ -806,5 +813,6 @@ var (
"sn-shape": &DefaultSNShape,
"sn-text": &DefaultSNText,
"sn-pivot-table": &DefaultSNPivotTable,
"sn-layout-container": &DefaultLayoutContainer,
}
)

0 comments on commit e3180ff

Please sign in to comment.