6129fb8a-5476-4608-8bb1-3cf3d8031c36.js.map 1011 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/PlotStopView.ts"],"names":[],"mappings":";;;;;;;AAoBa,QAAA,gBAAgB,GAAG,cAAc,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\nimport { GetRewardType } from \"../../../../common/gameplay/gamedata/GameEnumData\";\nimport { ShowType } from \"../../../Enums\";\ntype OnAdBtnOption = (optionType: ShowType, adType: \"share\" | \"video\", ret?: boolean) => void;\ntype OnAddRes = (type:string) => void;\ntype CancelAdCallback = (type: GetRewardType) => void;\n\nexport interface PlotStopViewProps {\n    unlockPlotCallbackFunc: Function;\n    onAdBtnOption: OnAdBtnOption;\n    onCancelAdCallback: CancelAdCallback;\n    onAddRes:OnAddRes;\n\n}\ntype PlotStopViewBase = PureView<PlotStopViewProps>;\nexport interface PlotStopView extends PlotStopViewBase {\n    [x: string]: any;\n    closeView:Function;\n    getSvBtnType:Function;\n}\nexport const PlotStopViewType = \"PlotStopView\";"]}