antd-management-fast-framework 2.11.192 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,6 +22,13 @@ export class InternalLayout extends InternalBuild {
|
|
|
22
22
|
* renderPresetContentArea = () => {}
|
|
23
23
|
*/
|
|
24
24
|
renderPresetContentArea: () => null;
|
|
25
|
+
/**
|
|
26
|
+
* 渲染预设内容区域外的上部,默认为空,可根据需要重载。
|
|
27
|
+
* @function
|
|
28
|
+
* @example
|
|
29
|
+
* renderPresetPageBodyTop = () => null
|
|
30
|
+
*/
|
|
31
|
+
renderPresetPageBodyTop: () => null;
|
|
25
32
|
/**
|
|
26
33
|
* 渲染预设页面 Body 内容区域。
|
|
27
34
|
* @function
|