Function processTableEntry
- processTableEntry<T extends TableEntry>(entry: T): ProcessedTableEntry<T>
Type Parameters
- T extends TableEntry
Parameters
- entry: T
The entry to process.
Returns ProcessedTableEntry<T>
The entry with all the data loaded.
The entry to process.
The entry with all the data loaded.
Process all runtime (function-based) entries.