fn GlobalSetup<V: IntoView + 'static>(
props: GlobalSetupProps<V>,
) -> impl IntoView
Available on crate feature
ts
only.Expand description
§Required Props
- children: [
TypedChildren<V>
]
§Optional Props
- allow_hovers:
bool
- on_section_title:
Option<OnSectionTitle>
- on_fragment:
Option<FragmentContinuation>
- on_inputref:
Option<InputRefContinuation>
- problem_opts:
Option<ProblemOptions>