Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store-composable/streamPost

Index

Variables

filteredProducts: <internal>.ComputedRef<Product[]> = ...
isShowHandsUpLogo: <internal>.ComputedRef<boolean> = ...
streamPost: { [_refBrand]: true; value: null | ({ readonly id: number; readonly broadcast_type: "live_stream"; readonly type: "formal" | "rehearsal" | "one_to_one_formal"; readonly title: string; readonly content: string | null; ... 30 more ...; readonly archive: { ...; } | ... 2 more ... | null; }) } = ...

Type declaration

  • Readonly [_refBrand]: true
  • Readonly value: null | ({ readonly id: number; readonly broadcast_type: "live_stream"; readonly type: "formal" | "rehearsal" | "one_to_one_formal"; readonly title: string; readonly content: string | null; ... 30 more ...; readonly archive: { ...; } | ... 2 more ... | null; })

Functions

  • fetchStreamPost(postId: number): Promise<void>
  • resetStreamPost(): void

Generated using TypeDoc