Interface ControllerProps

Proprietà comuni per tutti i Controller del backend.

Hierarchy

Index

Properties

Properties

Optional description

description: string | React.ReactNode

Descrizione della pagina.

model

model: ModelClass

Il modello di questo Controller.

Optional title

title: string | React.ReactNode

Il titolo della pagina. Se non specificato, viene calcolato dal name o dal plural.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc