Skip to main content

OnTreeViewExpansionChanged

Function OnTreeViewExpansionChanged 

Source
pub async fn OnTreeViewExpansionChanged(
    _ApplicationHandle: AppHandle<Wry>,
    _State: State<'_, Arc<ApplicationState>>,
    _ViewId: String,
    _ElementHandle: String,
    _IsExpanded: bool,
) -> Result<Value, String>