json-to-ts icon indicating copy to clipboard operation
json-to-ts copied to clipboard

Feature request: docblocks for entities and attributes

Open robbieaverill opened this issue 2 years ago • 1 comments

It would be nice to support documentation for properties and entities, for example:

/** A Button is a clickable UI element */
interface Button {
  /** The label will be shown when rendered */
  label: string;
}

robbieaverill avatar Sep 08 '22 21:09 robbieaverill

Any update on this? Would be nice to have!

mjmonline avatar Apr 20 '23 11:04 mjmonline