Home > @theweave/api > IframeKind
IframeKind type
Signature:
typescript
export type IframeKind = {
type: 'applet';
appletHash: AppletHash;
subType: string;
} | {
type: 'cross-group';
toolCompatibilityId: string;
subType: string;
};
References: AppletHash