pub fn EditorShell(props: EditorShellProps) -> impl IntoViewExpand description
§Required Props
- view:
EditorShellView- View-model.
§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’sidon click. Omit to leave the toolbar inert.
- Forwarded to