Interface Identifiable<Id>

Source
interface Identifiable<Id extends string = string> {
    id: Id;
}

Properties§

Source§

readonly id: Id

Descriptive identifier for this element