The project that is available under the project variable when evaluating the expression.

interface IdOrKeyBean {
    id?: number;
    key?: string;
}

Properties

Properties

id?: number

The ID of the referenced item.

key?: string

The key of the referenced item.