@lcap/nasl-unified-frontend-generator > BindEventIR
BindEventIR type
绑定事件
Signature:
type BindEventIR = {
concept: BindEvent['concept'];
logics: LogicIR[];
params: ParamIR[];
__raw: BindEvent;
handlerName: string;
};
@lcap/nasl-unified-frontend-generator > BindEventIR
绑定事件
Signature:
type BindEventIR = {
concept: BindEvent['concept'];
logics: LogicIR[];
params: ParamIR[];
__raw: BindEvent;
handlerName: string;
};