Skip to content

Commit

Permalink
Provide docs for PropertyGridActionButtonRendererProps attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
grigasp committed Feb 12, 2025
1 parent d3e96c4 commit bd97862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ type PropertyGridActionButtonRenderer = (props: PropertyGridActionButtonRenderer

// @public (undocumented)
interface PropertyGridActionButtonRendererProps extends ActionButtonRendererProps {
// (undocumented)
dataProvider: IPresentationPropertyDataProvider;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import { useMemo } from "react";
import type { IPresentationPropertyDataProvider } from "@itwin/presentation-components";
import type { ActionButtonRendererProps } from "@itwin/components-react";

/** @public */
interface PropertyGridActionButtonRendererProps extends ActionButtonRendererProps {
/** Data provider used by the property grid. */
dataProvider: IPresentationPropertyDataProvider;
}

Expand Down

0 comments on commit bd97862

Please sign in to comment.