Interface: AsyncUiMetadata
Properties
stale
• Optional stale: boolean
Whether or not the current previewBox is stale (i.e. there's a new one currently being rendered)
Defined in
packages/design-engine-react-components/src/extensions/preview/ItemPreviewExtension.ts:44
temporarySizeDelta
• Optional temporarySizeDelta: Object
The temporary size delta from the IdaStore that generated the current preview. Needed to scale the previewBox when it is stale.
Type declaration
| Name | Type |
|---|---|
height | number |
width | number |
Defined in
packages/design-engine-react-components/src/extensions/preview/ItemPreviewExtension.ts:49