UNPKG
block-obj-builder
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Block object builder
block-obj-builder
/
lib
/
builder
/
choice
/
block-cb.d.ts
7 lines
(6 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
ChoiceBuilder
from
'./choice-builder'
;
export
default
class
BlockCB
extends
ChoiceBuilder
{
constructor
(
blockId
:
string
,
session
?:
any
,
profile
?:
any
,
functionArgs
?:
any
);
args
(
args
:
any
):
this
;
onReply
(
blockId
:
string
,
args
?:
any
):
this
; }