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:
parent
00a3b82d4a
commit
b94a79ab6d
7 changed files with 161 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue