API reference

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

C

classCsvAsset

@codexo/exojs / assets / stable

Dispatch token for CSV loading. `loader.load(Asset.type('csv', 'table.csv'))` returns `Promise<string[][]>`. Each inner array is one row; values are raw strings (no type coercion).

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

Dispatch token for CSV loading.

`loader.load(Asset.type('csv', 'table.csv'))` returns `Promise<string[][]>`. Each inner array is one row; values are raw strings (no type coercion).

Constructors1
new(): CsvAsset
Source