1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

add encoder for datatable message

This commit is contained in:
Robin Appelman 2017-09-25 00:37:29 +02:00
commit b94a79ab6d
7 changed files with 161 additions and 5 deletions

View file

@ -5,6 +5,7 @@ export type SendTableName = string;
export class SendTable {
public name: SendTableName;
public props: SendPropDefinition[];
public needsDecoder: boolean;
private cachedFlattenedProps: SendPropDefinition[];
constructor(name) {