UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

5 lines (4 loc) 302 B
/** * 所有可能的停靠位置 */ export declare type IPublicTypeWidgetConfigArea = 'leftArea' | 'left' | 'rightArea' | 'right' | 'topArea' | 'subTopArea' | 'top' | 'toolbar' | 'mainArea' | 'main' | 'center' | 'centerArea' | 'bottomArea' | 'bottom' | 'leftFixedArea' | 'leftFloatArea' | 'stages';