Sanitization methods
This is the collection of sanitization methods within the TinyBasePartyKitServer
class. There are 8 sanitization methods in total.
canDelTable
The canDelTable
method lets you allow or disallow deletions of a Table
stored on the server, as sent from a client.
canSetTable
The canSetTable
method lets you allow or disallow any changes to a Table
stored on the server, as sent from a client.
canDelRow
The canDelRow
method lets you allow or disallow deletions of a Row
stored on the server, as sent from a client.
canSetRow
The canSetRow
method lets you allow or disallow any changes to a Row
stored on the server, as sent from a client.
canDelCell
The canDelCell
method lets you allow or disallow deletions of a Cell
stored on the server, as sent from a client.
canSetCell
The canSetCell
method lets you allow or disallow any changes to a Cell
stored on the server, as sent from a client.
canDelValue
The canDelValue
method lets you allow or disallow deletions of a Value
stored on the server, as sent from a client.
canSetValue
The canSetValue
method lets you allow or disallow any changes to a Value
stored on the server, as sent from a client.