flow-components icon indicating copy to clipboard operation
flow-components copied to clipboard

feat: add master-detail-layout Flow component APIs

Open web-padawan opened this issue 6 months ago • 1 comments

Description

Part of https://github.com/vaadin/platform/issues/7173

Implemented the following APIs:

  • setOrientation() / getOrientation()
  • setContainment() / getContainment()
  • setForceOverlay() / isForceOverlay()
  • setAnimationEnabled() / isAnimationEnabled()
  • setStackThreshold() / getStackThreshold()

Type of change

  • Feature

web-padawan avatar Mar 27 '25 13:03 web-padawan