UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

13 lines (11 loc) 290 B
import { JsonObject, JsonProperty } from "json2typescript"; /** * Data Class for the Action Links in Info Callouts */ @JsonObject export class ActionLink { @JsonProperty("link", String) Link: string = ""; @JsonProperty("text", String) Text: string = ""; }