Class: Ruflet::UI::PlatformControlContracts::Components::BottomSheetControl

Inherits:
PlatformControl show all
Defined in:
lib/ruflet_ui/ruflet/ui/platform_control_contracts.rb

Constant Summary collapse

TYPE =
"bottomsheet".freeze
WIRE =
"BottomSheet".freeze
KEYWORDS =
%i[
  adaptive animation_style badge barrier_color bgcolor clip_behavior col content data
  disabled dismissible draggable elevation expand expand_loose fullscreen height key
  maintain_bottom_view_insets_padding modal opacity open padding rtl scrollable shape
  show_drag_handle size_constraints tooltip use_safe_area visible on_dismiss
].freeze

Constants inherited from Control

Control::HOST_EXPANDED_TYPES, Control::SCHEMA_METADATA_CACHE

Instance Attribute Summary

Attributes inherited from Control

#children, #id, #props, #runtime_page, #type, #wire_id

Method Summary

Methods inherited from PlatformControl

#initialize

Methods inherited from Control

#attach_handler, #emit, generate_id, #has_handler?, #initialize, #merge_props, #on, #to_patch

Constructor Details

This class inherits a constructor from Ruflet::UI::PlatformControlContracts::Components::PlatformControl