CMSUpdateAction class
- Inheritance
-
- Object
- WarnableClass
- ActionEntity
- CMSAction
- CMSUpdateAction
Constructors
-
CMSUpdateAction({required String id, required ID cubitID, required ID stateID, required ID variableID, String type = 'cms_update', String group = ActionGroups.cms, required String table, required int? limit, required int? offset, required String? orderBy, required bool isCount, required List<
SupasetFilterEntity> filters}) -
const
Properties
- cubitID → ID
-
finalinherited
-
filters
→ List<
SupasetFilterEntity> -
finalinherited
- group → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
- isCount → bool
-
finalinherited
- limit → int?
-
finalinherited
- offset → int?
-
finalinherited
- orderBy → String?
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- select → String?
-
finalinherited
- stateID → ID
-
finalinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - table → String
-
finalinherited
- type → String
-
finalinherited
- variableID → ID
-
finalinherited
Methods
-
getWarningAndErrors(
ID nodeID, BuildContext context) → EditorWarningAndErrorsEntity -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performUpdate(
SupabaseClient client, Map< String, dynamic> data) → PostgrestFilterBuilder -
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringGroup(
) → String -
inherited
-
toStringName(
) → String -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited