MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / IProperty

Interface IProperty

src/interface/index.tsx:49–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 site?:string
48}
49export interface IProperty {
50 SSEDataConversionFunction: string;
51 SSEDataPath: Array<string>;
52 SSEResponseData: object;
53 animate: object;
54 background: string;
55 backgroundColor: string;
56 componentsType: string;
57 dataBindType: object;
58 dataConversionFunction: string
59 dataIsAdd: string;
60 dataMaxLength: number
61 dataOrigin: object;
62 dataOriginConfig: string;
63 dataPath: object;
64 debug: string;
65 elementId: string;
66 excelData: object;
67 excelUpload: object;
68 height: number;
69 isOpenAdvanced: boolean;
70 left: number;
71 method: object;
72 option: object;
73 params: string;
74 refresh: number;
75 responseData: object;
76 rotate: number;
77 secondType: string;
78 shareList: object;
79 staticJson: object;
80 title: string;
81 top: number;
82 type: string;
83 typeName: string;
84 url: string;
85 width: number;
86 zIndex: number;
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected