tables.tablecontainer.context.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > TableContainer > context
TableContainer.context property
Optional contextual data about the table. For example, if the table was created using a process/transformation that has additional information to relay, that context can be stored here.
Signature:
context?: T;