Struct patternfly_yew::PopoverProps [−][src]
pub struct PopoverProps {
pub target: Html,
pub header: Html,
pub children: Children,
pub footer: Html,
pub toggle_by_onclick: bool,
}Fields
target: HtmlThe target, rendered by the component, to which the popover will be aligned to.
header: HtmlThe header content of the popover.
children: ChildrenThe content which will be show in the popover.
The footer content of the popover.
toggle_by_onclick: boolBinds the onclick handler of the target to toggle visibility.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for PopoverProps
impl !Send for PopoverProps
impl !Sync for PopoverProps
impl Unpin for PopoverProps
impl !UnwindSafe for PopoverProps
Blanket Implementations
Mutably borrows from an owned value. Read more