Skip to content

Commit

Permalink
Fix Resource def links in docs link navigation
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Feb 26, 2024
1 parent 8e18c5c commit 5d54fad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/3.2-Common-Properties-UI-Hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The UI Hints section consists a set of simple and complex attributes.

* `id` (*string*) Dialog id.
* `label` (*object*) External name of dialog.
+ See [Resource Definition](3.2-Common-Properties--UI-Hint.md#resource-definition)
+ See [Resource Definition](#resource-definition)
* `description` (*object*) Description of dialog.
+ See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition)
+ See [Resource Definition](#resource-definition)
* `editor_size` (*string*) The width of the properties editor panel. This can have a value of `"small"`, `"medium"`, `"large"` or `"max"`. The default is `"small"`.
- When `"small"` is specified the properties panel is displayed with a default width of 320px and with a resize button that allows the panel to be increased in size up to the `"medium"` size which is 480px.
- When `"medium"` is specified the properties panel has a width of 480px and with a resize button that allows the panel to be increased in size up to the `"large"` size which is 640px.
Expand Down Expand Up @@ -52,9 +52,9 @@ Group info attributes.
* `type` (*string*) The group type to be displayed. see Group/Panel Controls in [3.3 Common Properties Controls](3.3-Common-Properties-Controls.md).
* `depends_on_ref` (*string*) Property name this group depends upon. Valid for panelSelector groups only.
* `label` (*object*) Group label.
+ See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition)
+ See [Resource Definition](#resource-definition)
* `description` (*object*) Group description. Only used with `textPanel` and `actionPanel`.
+ See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition)
+ See [Resource Definition](#resource-definition)
+ See [Dynamic Text Expressions](3.2-Common-Properties--UI-Hints.md#dynamic-text-expressions)
+ `link` (object) Optional link in the description. [tooltipLinkHandler callback](3.0-Common-Properties-documentation.md#tooltiplinkhandler) must be defined whenever link object is added in uiHints..
+ `id` (string) Required unique link id.
Expand Down Expand Up @@ -113,10 +113,10 @@ Parameter info attributes.
* `parameter_ref` (*string*) **Required** Parameter name.
* `label` (*object*) External name for parameter.
+ See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition)
+ See [Resource Definition](#resource-definition)
* `label_visible` (*boolean*) Determines whether to display the label for a control.
* `description` (*object*) Description of parameter with optional placement context.
+ See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition)
+ See [Resource Definition](#resource-definition)
+ `placement` (*string*) Placement context for the text. Valid values are `as_tooltip, on_panel`.
+ `link` (*object*) Optional link in the description. [tooltipLinkHandler callback](3.0-Common-Properties-documentation.md#tooltiplinkhandler) must be defined whenever link object is added in uiHints..
+ `id` (*string*) Required unique link id.
Expand Down

0 comments on commit 5d54fad

Please sign in to comment.