Class StudentNewsCategory

Constructors

Properties

Accessors

Constructors

  • Parameters

    • data: {
          L: string;
          N: string;
          estDefaut?: boolean;
      }
      • L: string

        Name of the category

        Example

        "Divers"
        
      • N: string
      • Optional estDefaut?: boolean

        Whether this category is the default selected in the UI.

    Returns StudentNewsCategory

Properties

#default: boolean
#id: string
#name: string

Accessors

  • get default(): boolean
  • Whether this category is the default selected in the UI.

    Returns boolean