Initial
You can specify an initial value for a field. The value you set will remain unless a new value comes in.
<div class="parent">
<div class="blue">Blue Text</div>
</div>
{
"greenText": {
"selector": ".green",
"initial": "Default Text"
}
}
{
"greenText": "Default Text"
}
Last updated
Was this helpful?