API Reference > @next-core/brick-types > RuntimeMisc
RuntimeMisc interface
运行时杂项信息。
Signature:
export interface RuntimeMisc
Properties
| Property | Type | Description |
|---|---|---|
| isInIframe | boolean | 当前是否处于 iframe 模式。 |
| isInIframeOfLegacyConsole | boolean | 当前是否处于老 console 下的 iframe 模式。 |
| isInIframeOfNext | boolean | 当前是否处于新框架下的 iframe 模式。 |
| isInIframeOfSameSite | boolean | 当前是否处于同域的 iframe 模式。 |
| isInIframeOfVisualBuilder | boolean | 当前是否处于 Visual Builder 预览的 iframe 模式。 |