File

src/app/components/page-element/page-def.ts

Description

An interface representing the page definitions

Index

Properties

Indexable

[key: string]: any

Details of the page element

Properties

type
type: string
Type : string

Type of the page element

export interface PageDef {
  /** Type of the page element */
  type: string;
  /** Details of the page element */
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
  [key: string]: any;
}

results matching ""

    No results matching ""