Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store-composable/viewerGiftBox

Index

Variables

DIALOG_TITLE_TYPE: Readonly<{ COUPON: "COUPON"; PRIZE: "PRIZE" }> = ...
isRefetchViewerGiftBoxList: <internal>.Ref<boolean>
popupViewerGiftDetailQueue: { [_refBrand]: true; value: readonly never[] } = ...

Type declaration

  • Readonly [_refBrand]: true
  • Readonly value: readonly never[]
shouldShowDialogViewerGiftBox: <internal>.Ref<boolean>
viewerGiftBoxList: <internal>.ComputedRef<{ acquiredAt: ISO8601; applyEndAt: string; applyStartAt: string; code: undefined | string; description: string; discount: null | number; discountType: DurationDiscountType; giftDetailDialogType: "COUPON"; id: number; link: undefined | URLString; name: string }[]> = ...

Functions

  • clearPopupViewerGiftDetailQueue(): void
  • closeDialogViewerGiftDetail(): void
  • toggleDialogViewerGiftBox(value?: boolean): boolean
  • Parameters

    • Optional value: boolean

    Returns boolean

  • toggleRefetchViewerGiftBoxList(value?: boolean): boolean
  • Parameters

    • Optional value: boolean

    Returns boolean

Generated using TypeDoc