steedos-object-buttons
Installation
SKILL.md
Steedos Object Buttons | Steedos 对象按钮
Overview | 概述
Object buttons are custom actions displayed on record pages or list views. They are defined as .button.yml files using YAML with inline Amis JSON schema for UI and event handling.
对象按钮是显示在记录页面或列表视图上的自定义操作。使用 .button.yml 文件定义,通过内联 Amis JSON schema 配置 UI 和事件处理。
File Location | 文件位置
steedos-packages/
└── my-package/
└── main/default/
└── objects/
└── orders/
├── orders.object.yml
└── buttons/
├── submit_order.button.yml
├── cancel_order.button.yml
Related skills