Skip to main content
Version: 3.6

Slot 插槽

1. 结构声明

class Slot extends BaseNode {
name: string = '';
title: string;
description: string;
emptyBackground: 'drag-entity-here';
advanced: boolean;
slotProps: Param;
}