Skip to content

id

Get the id of the object pointed by the entry.

Signature

ts
class TreeEntry {
  id(): string;
}

Returns

  • string

    ID of the object pointed by the entry.

Released under the MIT License.