xsy-breeze-ui-rpa > PageExtensionPoint
PageExtensionPoint class
页面级别扩展点
Signature:
export declare class PageExtensionPoint extends ExtensionPointSDKBase<PageExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id) | Constructs a new instance of the PageExtensionPoint class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setCRMPgBtn | (value: { url?: string | undefined; text?: string | undefined; tipText?: string | undefined; textColor?: string | undefined; bgColor?: string | undefined; visible?: boolean | undefined; type?: 1 | 2 | undefined; bottom: string; btnId: number; }) => Promise<any> | 设置CRM Btn | |
| setStorage | (value: object[]) => Promise<any> | 设置storage |
