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
description: '[Action groups in schemas only] A function for retrieving values from the schema data. Validation is not run on form fields.',
154
+
},
155
+
{
156
+
name: 'Schema component state',
157
+
type: 'mixed',
158
+
parameter: '$schemaComponentState',
159
+
description: '[Action groups in schemas only] The current value of the schema component.',
160
+
},
161
+
{
162
+
name: 'Schema operation',
163
+
type: 'string',
164
+
parameter: '$schemaOperation',
165
+
description: '[Action groups in schemas only] The current operation being performed by the schema. Usually <code>create</code>, <code>edit</code>, or <code>view</code>.',
166
+
},
167
+
{
168
+
name: 'Table',
169
+
type: 'Filament\\Tables\\Table',
170
+
parameter: '$table',
171
+
description: '[Action groups in tables only] The table object that this action belongs to.',
0 commit comments