858 B
858 B
@theatre/dataverse / PointerToPrismProvider
Interface: PointerToPrismProvider
Interface for objects that can provide a prism at a certain path.
Implemented by
Table of contents
Methods
Methods
pointerToPrism
▸ pointerToPrism<P
>(pointer
): Prism
<P
>
Returns a prism of the value at the provided pointer.
Type parameters
Name |
---|
P |
Parameters
Name | Type |
---|---|
pointer |
Pointer <P > |
Returns
Prism
<P
>