File

libs/core/dynamic-form/src/info-icon/info-icon.model.ts

Description

Configuration for an info icon in a dynamic form field.

Index

Properties

Properties

popoverDirection (Optional)
Type "top" | "bottom" | "left" | "right"
Description

The direction in which the popover should be displayed. Default: 'bottom'.

popoverText
Type string
Description

The content of the popover that opens when clicking on the info icon.

export interface DfInfoIconConfig {
  /**
   * The content of the popover that opens when clicking on the info icon.
   */
  popoverText: string;
  /**
   * The direction in which the popover should be displayed.
   * Default: 'bottom'.
   *
   */
  popoverDirection?: 'top' | 'bottom' | 'left' | 'right';
}

results matching ""

    No results matching ""