BUPKIS
    Preparing search index...

    The path segment interface of the issue.

    Allows path elements to carry additional metadata beyond just the key.

    interface PathSegment {
        key: PropertyKey;
    }
    Index

    Properties

    Properties

    key: PropertyKey

    The key representing a path segment.

    Can be a string, number, or symbol identifying the path component.