Type Alias AttributeValue<TUserData, TAttr>

An AttributeValue can be either a static value of a dynamic attribute.

Type Parameters

  • TUserData

    The type of the user-specified data passed to setData() and made available in the arguments of the dynamic attribute callbacks.

  • TAttr

    The type of the attribute-value.