Property key details.

interface PropertyKey {
    key?: string;
    self?: string;
}

Properties

Properties

key?: string

The key of the property.

self?: string

The URL of the property.