Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

STRUCTURE

Code Block
{
	"columns" : [
		{	
			fkey: string;
            canEdit?: boolean;
            fqualifer?: number;
            ftype?: number;
            loc?: string;
		}
	],
	"allfields": [],
	"lasteditors": []
}

...