API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classCsvAsset
@codexo/exojs / resources / stable
Dispatch token for CSV loading. `loader.load(CsvAsset, '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(CsvAsset, 'table.csv')` returns `Promise\<string[][]>`. Each inner array is one row; values are raw strings (no type coercion).
Constructors 1
new(): CsvAsset Source