Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardasB committed May 30, 2024
1 parent ef6dd51 commit c29f397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/appui-react/src/appui-react/preview/PreviewFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface KnownPreviewFeatures {
* @note There is a known limitation where iTwinUI v2 popover elements will be rendered in the main window. Prefer using iTwinUI v3 when using this feature.
*/
reparentPopoutWidgets: boolean | WidgetDef["id"][];
/** If `true`, additional capability is exposed in the UI to allow the end user of the layout to control widget visibility. */
/** If `true`, additional UI elements are rendered to allow the end user of the layout to control widget visibility. */
controlWidgetVisibility: boolean;
}

Expand Down

0 comments on commit c29f397

Please sign in to comment.