Metadata about a single item in the explorer navigation options

Hierarchy (view full)

Constructors

Properties

Comments: string = null
Description: string = null
ID: string = null

Primary Key

IconCSSClass: string = null
IsActive: boolean = null
Name: string = null
Route: string = null
Sequence: number = null
ShowInHomeScreen: boolean = null
ShowInNavigationDrawer: boolean = null
__mj_CreatedAt: Date = null
__mj_UpdatedAt: Date = null

Methods

  • Copies initialization data from a plain object to the class instance. Only copies properties that already exist on the class to prevent creating new fields. Special handling for DefaultValue fields to extract actual values from SQL Server syntax.

    Parameters

    • initData: any

      The initialization data object

    Returns void