API reference

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

I

interfaceParticlesBuildInfo

@codexo/exojs-particles / particles / stable

Immutable compile-time build metadata for `@codexo/exojs-particles`. `development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Particles package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.

3
props
0
methods
0
events
Import
import { ParticlesBuildInfo } from '@codexo/exojs-particles'

Immutable compile-time build metadata for `@codexo/exojs-particles`.

`development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Particles package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.

Properties3
development: boolean
revision: string
version: string
Source