Skip to main content

OnScreenOptionsPopover

Function OnScreenOptionsPopover 

Source
pub fn OnScreenOptionsPopover(
    props: OnScreenOptionsPopoverProps,
) -> impl IntoView
Expand description

§Required Props

  • options: Vec<OnScreenOptionView>
    • Options in display order. Order is stable — the parent decides which option appears first.

§Optional Props

  • applies_label: [&'static str]
    • Footer label (“Applies to this recording” / “Applies to all recordings”). Defaults to the most common case.