Type alias Viewpoint

Viewpoint: z.infer<typeof ViewpointSchema>

The markup file can contain multiple viewpoints related to one or more comments. A viewpoint has also the Guid attribute for identifying it uniquely.

Viewpoints are immutable, therefore they should never be changed once created. If new comments on a topic require different visualization, new viewpoints should be added.

Generated using TypeDoc