lucid-extension-sdk 0.0.144 → 0.0.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91,7 +91,7 @@ export interface StencilConfig {
|
|
|
91
91
|
/**
|
|
92
92
|
* If specified, the result of this formula (executed in the context of the data item
|
|
93
93
|
* associated with this card) will be used instead of the raw field value when
|
|
94
|
-
* creating the data graphic. This can be useful if, for example, you
|
|
94
|
+
* creating the data graphic. This can be useful if, for example, you want to convert
|
|
95
95
|
* an ID into a URL.
|
|
96
96
|
*/
|
|
97
97
|
valueFormula?: string;
|