Root static functions of Base Library
Animation Module provides support to enable ripple effect functionality to Essential JS 2 components.
Parameter | Type | Description |
---|---|---|
isRipple | boolean |
Specifies the boolean value to enable or disable ripple effect. |
Returns boolean
Method for set the Global animation modes for Syncfusion Blazor components.
Parameter | Type | Description |
---|---|---|
value | string |
Specifies the animation mode. |
Returns void
Global function to get the component instance from the rendered element.
Parameter | Type | Description |
---|---|---|
elem | HTMLElement | string |
Specifies the HTMLElement or element id string. |
comp | string | any | T |
Specifies the component module name or Component. |
Returns T
To enable or disable version based statePersistence functionality for all components globally.
Parameter | Type | Description |
---|---|---|
status | boolean |
Optional argument Specifies the status value to enable or disable versionBasedStatePersistence option. |
Returns void
To enable or disable RTL functionality for all components globally.
Parameter | Type | Description |
---|---|---|
status | boolean |
Optional argument Specifies the status value to enable or disable rtl option. |
Returns void
Load the CLDR data into context
Parameter | Type | Description |
---|---|---|
data | Object[] |
Specifies the CLDR data’s to be used for formatting and parser. |
Returns void
Set the default culture to all EJ2 components
Parameter | Type | Description |
---|---|---|
cultureName | string |
Specifies the culture name to be set as default culture. |
Returns void
Set the default currency code to all EJ2 components
Parameter | Type | Description |
---|---|---|
currencyCode | string |
Specifies the culture name to be set as default culture. |
Returns void
To set license key.
Parameter | Type | Description |
---|---|---|
key | string |
license key |
Returns void