[][src]Macro dominator_helpers::with_data_id

macro_rules! with_data_id {
    ($this:ident, $id:expr => $t:ty, { $($methods:tt)* }) => { ... };
    ($this:ident, $id:expr, { $($methods:tt)* }) => { ... };
}

Method to get a child by data-id example: .with_data_id!("status", { .event(...)