Skip to main content

SystemAudioBody

Function SystemAudioBody 

Source
fn SystemAudioBody(props: SystemAudioBodyProps) -> impl IntoView
Expand description

ยงRequired Props

  • apps: [RwSignal<Vec<AudioAppView>>]
  • selected_ids: [RwSignal<Vec<String>>]
  • error_message: [RwSignal<Option<String>>]
  • on_toggle_app: [Callback<String>]