Skip to content

Commit 95f3030

Browse files
committed
misc changes
1 parent aa1b664 commit 95f3030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/web-parts/guidance/getting-started-with-top-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ public getTopActionsConfiguration(): ITopActions | undefined {
149149
```
150150

151151
## Advanced configurations
152-
For advanced configurations of your top action commands, checkout the type definitions from `@microsoft/sp-property-pane` and `@microsoft/sp-top-actions`. Currently, the two supported top action commands, button and drop down, can be defined using a subset of the types `IPropertyPaneChoiceGroupOption` and `IPropertyPaneButtonProps`. From here you can see how to use features like icons, aria labels, disable state, and more.
152+
For advanced configurations of your top action commands, checkout the type definitions from `@microsoft/sp-property-pane` and `@microsoft/sp-top-actions`. Currently, the two supported top action commands, button and drop down, can be defined using a subset of the types `IPropertyPaneChoiceGroupOption` and `IPropertyPaneButtonProps`.
153153

154-
For `IPropertyPaneButtonProps`, currently supported properties are `icon`, `text`, `ariaLabel`, `disabled`
154+
For `IPropertyPaneButtonProps`, the currently supported properties are `icon`, `text`, `ariaLabel`, `disabled`
155155

156-
For `IPropertyPaneChoiceGroupOption`, currently supported porperty is `options` and from that array we support `key`, `text`, `iconProps.officeFabricIconFontName`, `imageSize`, `checked`, `title`
156+
For `IPropertyPaneChoiceGroupOption`, the currently supported porperty is `options` and from that array we support `key`, `text`, `iconProps.officeFabricIconFontName`, `imageSize`, `checked`, `title`
157157

158158
> [!WARNING]
159159
> The APIs used for Top Actions are subject to change as the feature graduates to stable status.

0 commit comments

Comments
 (0)