English
fs-guide
About 153 wordsLess than 1 minute
Introduction
The guide component is used to provide users with operation guidance and feature introductions. Through a visual approach, it helps users quickly understand and use product features.
Usage
When importing locally, configure it in the index.json of the page or component that needs it.
"usingComponents": {
"fs-guide": "/avaui-sub/guide"
},
"componentPlaceholder": {
"guide": "view"
}PWC (custom component/plugin) usage: only the usingComponents registration follows the format below (the avaComponent:// protocol); other usage is identical to local registration.
"usingComponents": {
"fs-guide": "avaComponent://avaui-sub/guide"
}Code Demos
API
Parameters
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| steps | Guide step configuration | Array | — | null |
Events
| Name | Parameters | Description |
|---|
