installBuyModal
@ticketlayer/live / index / installBuyModal
Function: installBuyModal()
function installBuyModal(tl: TicketlayerLive, opts?: BuyModalOptions): () => void;
Defined in: state/buyModal.ts:33
Wire the buy modal to the bus; returns an uninstall function.
Parameters
| Parameter | Type |
|---|---|
tl | TicketlayerLive |
opts | BuyModalOptions |
Returns
() => void