Details of the shared value.

Type Parameters

  • T

Hierarchy

  • Details

Properties

Properties

priority: number

A priority of the shared value.

Never negative. The lesser value means higher priority. The shared value with higher priority takes precedence.

value: T

Shared value.

Generated using TypeDoc