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: '[Actions in schemas only] A function for setting values in the schema data.',
86
+
},
87
+
{
88
+
name: 'Schema component state',
89
+
type: 'mixed',
90
+
parameter: '$schemaComponentState',
91
+
description: '[Actions in schemas only] The current value of the schema component.',
92
+
},
93
+
{
94
+
name: 'Schema operation',
95
+
type: 'string',
96
+
parameter: '$schemaOperation',
97
+
description: '[Actions in schemas only] The current operation being performed by the schema. Usually <code>create</code>, <code>edit</code>, or <code>view</code>.',
98
+
},
99
+
{
100
+
name: 'Table',
101
+
type: 'Filament\\Tables\\Table',
102
+
parameter: '$table',
103
+
description: '[Actions in tables only] The table object that this action belongs to.',
0 commit comments