Skip to main content

EditorShell

Function EditorShell 

Source
pub fn EditorShell(props: EditorShellProps) -> impl IntoView
Expand description

§Required Props

§Optional Props

  • canvas: [Children]
    • Center canvas slot (drop zone, video preview, etc.).
  • inspector: [Children]
    • Right inspector slot.
  • timeline: [Children]
    • Bottom timeline slot.
  • on_action: impl Into<Callback<String>>
    • Forwarded to EditorToolbar: fired with a toolbar chip’s id on click. Omit to leave the toolbar inert.