Component share options.

Type Parameters

  • T

    Shared value type.

Hierarchy

  • Options

Properties

Properties

as?: ShareRef<T> | readonly ShareRef<T>[]

Component share reference(s) the share provides a value for in addition to the one it provides for itself.

The order of aliases is important. It defines the priority of the value shared for the corresponding share.

Generated using TypeDoc