Skip to content

类型: UseActFlowOptions

属性

alias

alias: string

活动别名

act-hooks/types.ts


lotteryChanceRequestParams

Optional lotteryChanceRequestParams: Partial<Pick<TableOperationQueryOptions, "select" | "query" | "offset" | "limit" | "orderBy" | "expand" | "withCount">>

act-hooks/types.ts


lotteryChanceTableName

Optional lotteryChanceTableName: string

抽奖机会表名,默认 '${alias}_lottery_chance`

act-hooks/types.ts


lotteryLogRequestParams

Optional lotteryLogRequestParams: Partial<Pick<TableOperationQueryOptions, "select" | "query" | "offset" | "limit" | "orderBy" | "expand" | "withCount">>

act-hooks/types.ts


lotteryLogTableName

Optional lotteryLogTableName: string

抽奖记录表名,默认 '${alias}_lottery_log`

act-hooks/types.ts