pub fn linkdef_deleted(
source_id: impl AsRef<str>,
target: Option<&String>,
name: impl AsRef<str>,
wit_namespace: impl AsRef<str>,
wit_package: impl AsRef<str>,
interfaces: Option<&Vec<String>>,
) -> ValueExpand description
Generates an event payload for when a link definition is deleted
§Arguments
source_id- ID of the source componenttarget- Optional target component IDname- Name of the linkwit_namespace- WIT namespace for the linkwit_package- WIT package nameinterfaces- Optional list of interface names
§Returns
JSON object containing link deletion details