API Reference > @next-core/brick-types > StoryboardFunction
StoryboardFunction interface
应用定义的函数。
Signature:
export interface StoryboardFunction
Properties
| Property | Type | Description |
|---|---|---|
| name | string | 函数名称。 |
| source | string | 函数源码。 |
| typescript | boolean | 是否使用 TypeScript。 |