Skip to main content

UiSnapshotGetResult

Type Alias UiSnapshotGetResult 

Source
pub type UiSnapshotGetResult = UiSnapshot;
Expand description

Result returned by ui.snapshot.get.

Aliased Type§

pub struct UiSnapshotGetResult {
    pub format_version: u16,
    pub observation_id: Uuid,
    pub context: UiContextRef,
    pub root_stable_node_ids: Vec<String>,
    pub nodes: Vec<UiNode>,
}

Fields§

§format_version: u16§observation_id: Uuid§context: UiContextRef§root_stable_node_ids: Vec<String>§nodes: Vec<UiNode>