enum ClassIdKind

Enum representing different kinds of class IDs. This enum is used to categorize different types of class IDs.

Members

EXTENDED_RANGE

Extended range class ID

RANGE

Range class ID

SINGLE

Single class ID

Usage

import { ClassIdKind } from ".";