keep-observers
Version:
This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers
8 lines (7 loc) • 503 B
TypeScript
import { elementActiveInfoType } from '../../../types/htmlElementActive';
export declare const queryFlagElement: (el: any) => any;
export declare const filterRepeat: (elementActiveInfo: elementActiveInfoType) => boolean;
export declare const createXPath: (element: any, init?: any) => string;
export declare const createTitle: (el: any) => string;
export declare const createSendMessage: (type: any, element: any) => elementActiveInfoType;
export declare const handleElementEvent: (event: any) => void;