EditorComponentSlots
此内容尚不支持你的语言。
Defined in: packages/editor/src/EditorSurface.tsx:63
Properties
Section titled “Properties”canvasOverlay?
Section titled “canvasOverlay?”
optionalcanvasOverlay?: (context) =>ReactNode
Defined in: packages/editor/src/EditorSurface.tsx:64
Parameters
Section titled “Parameters”context
Section titled “context”EditorPluginContext & EditorLayerRenderContext
Returns
Section titled “Returns”ReactNode
selectionOverlay?
Section titled “selectionOverlay?”
optionalselectionOverlay?: (layer,context) =>ReactNode
Defined in: packages/editor/src/EditorSurface.tsx:67
Parameters
Section titled “Parameters”WatermarkRecipeDefinitionLayer
context
Section titled “context”EditorPluginContext & EditorLayerRenderContext
Returns
Section titled “Returns”ReactNode
sourceLoading?
Section titled “sourceLoading?”
optionalsourceLoading?:ReactNode
Defined in: packages/editor/src/EditorSurface.tsx:71