File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,12 @@ In the first script tag or the React component props, you can customize the appe
7575
7676#### MintlifyWidgetDisplayTriggerProps
7777
78- | Prop | Type | Description |
79- | ------------- | ------------------------------------ | -------------------------------------------------------------------------------------- |
80- | ` type? ` | ` 'button' ` \| ` 'input' ` | Type of the trigger to display. Defaults to ` button ` . |
81- | ` buttonIcon? ` | ` 'chat' ` \| ` 'sparkles' ` \| ` 'mintlify' ` | Icon used in the trigger. Only available for the ` button ` trigger. Defaults to ` chat ` . |
82- | ` iconOnly? ` | ` boolean ` | Only show icon in the trigger or not. Defaults to ` false ` . |
78+ | Prop | Type | Description |
79+ | ------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
80+ | ` type? ` | ` 'button' ` \| ` 'input' ` | Type of the trigger to display. Defaults to ` button ` . |
81+ | ` label? ` | ` string ` | Label displayed in the trigger. Defaults to ` Get help ` for the button trigger and ` Ask anything... ` for the input trigger. |
82+ | ` buttonIcon? ` | ` 'chat' ` \| ` 'sparkles' ` \| ` 'mintlify' ` | Icon used in the trigger. Only available for the ` button ` trigger. Defaults to ` chat ` . |
83+ | ` iconOnly? ` | ` boolean ` | Only show icon in the trigger or not. Defaults to ` false ` . |
8384
8485Here is an overview of what the trigger looks like with different configurations.
8586
You can’t perform that action at this time.
0 commit comments