mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
668 B
668 B
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | slug | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| customizer-commands | Customizer Commands | Customizer Commands | Customizer Commands | 7 | connectorCommands |
|
Available connectivity customizer commands. | /connectivity/saas-connectivity/customizers/commands |
|
You will find all the commands available to implement in a SaaS Connector Customizer here:
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>