Skip to main content
Version: Latest(3.11)

SlotDeclaration 插槽

1. 结构声明

class SlotDeclaration extends BaseNode {
name: string = '';
title: string;
description?: string;
tsType: TSExpression;
params: Array<Param>;
emptyBackground?: string;
snippets!: Array<ViewBlockWithImage>;
}