pub fn FTMLDocumentSetup<Ch: IntoView + 'static>(
props: FTMLDocumentSetupProps<Ch>,
) -> impl IntoView
Expand description
§Required Props
- uri:
DocumentURI
- children: [
TypedChildren<Ch>
]
§Optional Props
- allow_hovers:
Option<bool>
- on_section_title:
Option<OnSectionTitle>
- on_fragment:
Option<FragmentContinuation>
- on_inpuref:
Option<InputRefContinuation>
- problem_opts:
Option<ProblemOptions>