From 94a585aeed01fa3ef1fb0511daed372c5316acdd Mon Sep 17 00:00:00 2001 From: Pratik Agrawal Date: Wed, 13 Nov 2024 10:54:29 +0530 Subject: [PATCH] Update CSA Table --- docs/docs/widgets/icon.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs/widgets/icon.md b/docs/docs/widgets/icon.md index 7d1c705bb4..fff35ba105 100644 --- a/docs/docs/widgets/icon.md +++ b/docs/docs/widgets/icon.md @@ -38,11 +38,10 @@ Check [Action Reference](/docs/category/actions-reference) docs to get the detai Following actions of the component can be controlled using the component specific actions(CSA): -|
Actions
|
Description
|
How To Access
| -| :-------------------------------------------- | :------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------- | -| setVisibility() | Sets the visibility of the component. | Employ a RunJS query (for e.g., -`await components.icon1.setVisibility(false)`) or trigger it using an event. | -| click() | Regulate the click on the icon. | Employ a RunJS query to execute component-specific actions such as `await components.icon1.click()` or trigger it using an event. | +|
Actions
|
Description
|
How To Access
| +| :-------------------------------------------- | :------------------------------------------------- | :--------------------------------------------------- | +| setVisibility() | Sets the visibility of the component. | Employ a RunJS query (for e.g., `await components.icon1.setVisibility(false)`) or trigger it using an event. | +| click() | Regulate the click on the icon. | Employ a RunJS query (for e.g., `await components.icon1.click()`) or trigger it using an event. |