File

src/app/core/models/documentation.ts

Description

The structure to define how each documentation panel should look like in the info dialog

Index

Properties

Properties

content
content: string
Type : string

Content inside the panel

title
title: string
Type : string

Title of the panel

export interface DocumentationContent {
  /** Title of the panel */
  title: string;

  /** Content inside the panel */
  content: string;
}

results matching ""

    No results matching ""