Commit 6de8600a authored by Duggan, John's avatar Duggan, John
Browse files

Add notes on binding support for ToolOutputs and ProgressBar

parent 8b707014
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ class ProgressBar:
        Parameters
        ----------
        id : str
            Component id. Should be used consistently with ToolRunner and other components
            Component id. Should be used consistently with ToolRunner and other components. Note that this parameter
            does not support Trame bindings.

        Returns
        -------
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ class ToolOutputWindows:
        Parameters
        ----------
        id : str
            Component id. Should be used consistently with ToolRunner and other components
            Component id. Should be used consistently with ToolRunner and other components. Note that this parameter
            does not support Trame bindings.

        Returns
        -------