You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Helper method to build a declaration from some initial data or a string.
109
-
*
110
-
* @param {string | InputFieldDeclaration | {}} base The base declaration data or a string to parse for it. Can also be an empty object with the other arguments provided to fill it.
111
-
* @param {Record<InputFieldArgumentType, string> | {} | undefined} args (Optional) The arguments, indexed by name.
92
+
*
93
+
* @param {string | InputFieldDeclaration | {}} declarationData The base declaration data or a string to parse for it. Can also be an empty object with the other arguments provided to fill it.
94
+
* @param {Record<InputFieldArgumentType, string> | {} | undefined} inputFieldArguments (Optional) The arguments, indexed by name.
112
95
* @param {InputFieldType | undefined} inputFieldType (Optional) The input field type if not provided in the base object.
113
96
* @param {boolean | undefined} isBound (Optional) If the field should try to be bound to a bindTarget.
114
-
* @param {Record<InputFieldArgumentType, string> | {} | undefined} args (Optional) The bind target of the field.
115
-
* @param {string | undefined} templateName (Optional) A template to use.
116
-
*
97
+
* @param {string | undefined} bindTarget (Optional) The bind target of the field.
98
+
* @param {string | undefined} templateName (Optional) A template to use.
0 commit comments