Interface ShareRef<T>

A reference to component share.

Type Parameters

  • T

    Shared value type.

Hierarchy

  • ShareRef

Implemented by

Properties

Properties

share: Share<T>

Component share instance.

Generated using TypeDoc