convertProps static method
Performs special handling of certain props for consumption by ReactJS DOM components.
Implementation
static void convertProps(Map props) {
convertRefValue(props);
}
Performs special handling of certain props for consumption by ReactJS DOM components.
static void convertProps(Map props) {
convertRefValue(props);
}