linkedVrm
Gets the VRM linked to this webview.
async linkedVrm(): Promise<Vrm | undefined>
Returns
A Promise that resolves to the linked Vrm instance, or undefined if no VRM is linked.
Example
import { Vrm } from "@hmcs/sdk";
// Query the linked VRM
const linked = await webview.linkedVrm();
// linked is a Vrm instance, or undefined if not linked