Skip to main content

ComponentProps

Trait ComponentProps 

Source
pub trait ComponentProps {
    // Required methods
    fn height(&self) -> u16;
    fn set_y_offset(&mut self, y_offset: u16);
    fn set_scroll_offset(&mut self, scroll: u16);
    fn kind(&self) -> TextNode;
}

Required Methods§

Source

fn height(&self) -> u16

Source

fn set_y_offset(&mut self, y_offset: u16)

Source

fn set_scroll_offset(&mut self, scroll: u16)

Source

fn kind(&self) -> TextNode

Implementors§