File

projects/tl-elements/src/lib/shared/link.ts

Description

This is a data structure used to diplay links .

Index

Properties

Properties

href
href: string
Type : string
value
value: string
Type : string
export interface Link {
  readonly href: string;
  readonly value: string;
}

results matching ""

    No results matching ""