Skip to content

Commit 071b79e

Browse files
committed
docs: list parameters missing in readmes
1 parent c53195a commit 071b79e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ColorPicker/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ This control utilizes React and the Office-Ui-Fabric to allow a user to pick a c
1111

1212
![Demo Image](https://1.bp.blogspot.com/-DRZqFJPS1e8/XbtAv9zhLZI/AAAAAAABN1Y/Qt5eoWhmTBcW3tplwsLL2plE1bAOmQDGwCLcBGAsYHQ/s1600/PCFColorPicker.gif)
1313
Note - Image above shows the color field twice so that you see that the field is being updated.
14+
15+
## Properties
16+
17+
* `inputValue` (string, required): The field value bound to the control.
18+
* `defaultColor` (string, required): Default color shown when the bound field is blank. Use hex format (e.g. `#ffffff`).

ImageCrop/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ Add the Image Cropper control to your form or app and configure the required pro
6060
| DefaultY | input | Whole.Number | No | -1 | Default crop Y position |
6161
| DefaultWidth | input | Whole.Number | No | -1 | Default crop width |
6262
| DefaultHeight | input | Whole.Number | No | -1 | Default crop height |
63+
| actionSchema | bound | SingleLine.Text | No | | Defines the schema for the action output object (hidden) |
6364

6465
### Output Properties
6566

66-
| Name | Type | Description |
67-
|--------------|----------------|---------------------------------------------|
68-
| croppedImage | SingleLine.Text| Cropped image as base64 PNG (data URL) |
67+
| Name | Type | Description |
68+
|--------------|--------------------|---------------------------------------------|
69+
| imageOutput | Multiple Lines Text | Cropped image as base64 PNG (data URL) |
70+
| actionOutput | Object | The most recent action and its data |
6971

7072
## Advanced Usage
7173

PDFFormFillCanvas/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ If you would like to try this component download the sample solution which inclu
4141
{name: "Photo", data: ImageJSON});
4242
``
4343
* OnChange: Use this to output the final pdf to a variable that be can used by another component such as the PDF Preview.
44+
* pdfOutput (string, output): Contains the completed PDF as a Base64 string.
45+
* outputErrorMessage (string, output): Error message if the fill process fails.
46+
* outputError (bool, output): Will be **true** when an error occurs during filling.

0 commit comments

Comments
 (0)