pub fn OnScreenOptionsPopover(
props: OnScreenOptionsPopoverProps,
) -> impl IntoViewExpand 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.