Class DefId<T>

Source

Constructors§

Source§

new DefId<T extends string = string>(type: T, id: string): DefId<T>

Properties§

Source§

public id: string

Source§

public type: T

Methods§

Source§

equals(id: DefId): boolean