UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

11 lines (10 loc) 252 B
export interface RefAnchorAttributes { /** * Value to set `href` attribute of anchor in ref-field */ href: string; /** * Value to set inner html of anchor in ref-field to be displayed on the UI */ display: string; }