xsy-breeze-ui-rpa > PageExtensionPointInterface
PageExtensionPointInterface interface
页面级别扩展点
Signature:
export interface PageExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { setStorage: { param: object[]; return: undefined; }; setCRMPgBtn: { param: { url?: string; text?: string; tipText?: string; textColor?: string; bgColor?: string; visible?: boolean; type?: 1 | 2; bottom: string; btnId: number; }; return: undefined; }; } | |
| outports | { inited: { param: any; return: undefined; }; loaded: { param: any; return: undefined; }; render: { param: undefined; return: undefined; }; unloaded: { param: undefined; return: undefined; }; } |
