API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: numberHeight to reserve on the placeholder until the payload arrives.
width?: numberWidth to reserve on the placeholder until the payload arrives.
Source