API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfacePreSizeOptions

@codexo/exojs / assets / stable

Pre-sizing options for deferred texture handles - reserves placeholder dimensions to avoid a layout jump when the payload arrives.

2
props
0
methods
0
events
Import
import { PreSizeOptions } from '@codexo/exojs'

Pre-sizing options for deferred texture handles - reserves placeholder dimensions to avoid a layout jump when the payload arrives.

Properties2
height?: number
Height to reserve on the placeholder until the payload arrives.
width?: number
Width to reserve on the placeholder until the payload arrives.
Source