Home
last modified time | relevance | path

Searched refs:configJsObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp337 auto configJsObject = JSRef<JSObject>::Cast(configJsValue); in ParseParticleObject() local
339 auto srcJsValue = configJsObject->GetProperty("src"); in ParseParticleObject()
340 auto sizeJsValue = configJsObject->GetProperty("size"); in ParseParticleObject()
341 auto objectFitJsValue = configJsObject->GetProperty("objectFit"); in ParseParticleObject()
368 auto radiusJsValue = configJsObject->GetProperty("radius"); in ParseParticleObject()