feat(viewer-react): Add groups to Component Stack outputs (#67)

This commit is contained in:
Eric Tuvesson
2024-09-07 14:31:06 +02:00
committed by GitHub
parent 46f6cb2da9
commit cc79ea5f7e

View File

@@ -175,6 +175,7 @@ const PageStack = {
topPageName: {
type: 'string',
displayName: 'Top Component Name',
group: 'General',
get() {
return this._internal.topPageName;
}
@@ -182,6 +183,7 @@ const PageStack = {
stackDepth: {
type: 'number',
displayName: 'Stack Depth',
group: 'General',
get() {
return this._internal.stackDepth;
}