Indicates that the element was selected
Example:
* <Ads checked={true} />
Optional
heightSets the element height
Example:
* <Ads height={100} />
Optional
id"Fills the ID of the element (not very practical)."
Example:
<View id="id" />
Optional
maxAdjust component maximum height
Example:
<maxHeight={100} />
Optional
maxAdjust component maximum width
Example:
<maxwidth={100} />
Optional
minAdjust component minimum height
Example:
<minHeight={100} />
Optional
minAdjust component minimum width
Example:
<minWidth={100} />
Key that distinguishes an ad.
Example:
<Ads path="/22158792083/MINIAPP_BANNERTEST/ad1" width={300} height={250} />
The key-value to be passed to the ad.
Example:
<Ads targetKey="myTargetKey" />
The key-value to be passed to the ad.
Example:
* <Ads targetValue="myTargeValue" />
Optional
transform"Prepare a position transforming of element"
Example:
<View transform="rotate(45deg)" />
Optional
transition"Prepare a transition of visual state change"
Example:
<View transition="background-color 0.5s ease-in-out" />
Optional
visual"Determines the visual state of the component and its children."
Example:
<View visualState="success" />
Optional
widthSets the element width
Example:
* <Ads width={100} />
Properties for the Ads component.