Skip to main content

EditorTitleBar

Function EditorTitleBar 

Source
pub fn EditorTitleBar(props: EditorTitleBarProps) -> impl IntoView
Expand description

§Required Props

  • title: impl Into<String>
    • Document title.
  • has_clip_loaded: bool
    • false renders a “No clip loaded” hint in place of the title.

§Optional Props