pub struct EuvVconsoleDrawerProps {
pub console_signal: Signal<Vec<ConsoleEntry>>,
pub panel_open: Signal<bool>,
}Expand description
Props for the euv_vconsole_drawer component.
Defines the strongly-typed interface for the vConsole drawer panel.
Fields§
§console_signal: Signal<Vec<ConsoleEntry>>The reactive signal holding the console log entries.
panel_open: Signal<bool>The reactive signal controlling panel visibility.
Trait Implementations§
Source§impl Clone for EuvVconsoleDrawerProps
impl Clone for EuvVconsoleDrawerProps
Source§impl Debug for EuvVconsoleDrawerProps
impl Debug for EuvVconsoleDrawerProps
Auto Trait Implementations§
impl Freeze for EuvVconsoleDrawerProps
impl RefUnwindSafe for EuvVconsoleDrawerProps
impl Send for EuvVconsoleDrawerProps
impl Sync for EuvVconsoleDrawerProps
impl Unpin for EuvVconsoleDrawerProps
impl UnsafeUnpin for EuvVconsoleDrawerProps
impl UnwindSafe for EuvVconsoleDrawerProps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more