Class LocationCategory

Hierarchy

  • default
    • LocationCategory

Implements

  • Omit<MVFCategory, "parent">

Properties

Accessors

Methods

Properties

icon: string = ''

The category's icon

uri

id: string = 'cat_'

The identity of the map metadata.

name: string = ''

Accessors

Methods

  • Returns { __type: string; id: string; name: string }

  • Checks if the provided instance is of type EnterpriseLocation.

    Parameters

    • instance: object

      The instance to check.

    Returns instance is LocationCategory

    True if the instance is a EnterpriseLocation, false otherwise.