API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceCsvAssetOptions
@codexo/exojs / assets / stable
Options accepted by an asset of the built-in `csv` type.
1
props
0
methods
0
events
Import
import { CsvAssetOptions } from '@codexo/exojs'Options accepted by an asset of the built-in `csv` type.
Properties1
delimiter?: stringField delimiter. Defaults to ','; use '\t' for TSV or ';' where that is the local convention.
Source