fn SystemAudioBody(props: SystemAudioBodyProps) -> impl IntoViewExpand description
ยงRequired Props
- apps: [
RwSignal<Vec<AudioAppView>>] - selected_ids: [
RwSignal<Vec<String>>] - error_message: [
RwSignal<Option<String>>] - on_toggle_app: [
Callback<String>]