UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

11 lines (10 loc) 201 B
export interface Tab { /** * Name of the tab. */ name: string; /** * Name of top level properties in json that should be in the tab. */ properties: Array<string>; }