File

src/app/core/basic-datatypes/entity/entity-block/entity-block-config.ts

Description

Configuration for Entity Types to define what the tooltip showing some details about an entity should look like.

Index

Properties

Properties

fields
fields: string[]
Type : string[]

Other fields to be displayed.

image
image: string
Type : string
Optional

Optional photo to display in the tooltip.

title
title: string
Type : string

Primary field displayed as a kind of header in the tooltip.

export interface EntityBlockConfig {
  /**
   * Primary field displayed as a kind of header in the tooltip.
   */
  title: string;

  /**
   * Optional photo to display in the tooltip.
   */
  image?: string;

  /**
   * Other fields to be displayed.
   */
  fields: string[];
}

results matching ""

    No results matching ""