Getters
-
getIsMounted(): boolean
Returns a boolean indicating whether the bottom sheet is currently mounted in the DOM. -
getIsOpen(): boolean
Returns a boolean indicating whether the bottom sheet is currently open. -
getIsClosed(): boolean
Returns a boolean indicating whether the bottom sheet is currently closed. -
getPosition(): BottomSheetPosition
Returns the current position of the bottom sheet within the viewport. -
getHeight(): number
Returns the current height of the bottom sheet.