TinyBase logoTinyBase β

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.

Read more

canSetTable

The canSetTable method lets you allow or disallow any changes to a Table stored on the server, as sent from a client.

Read more

canDelRow

The canDelRow method lets you allow or disallow deletions of a Row stored on the server, as sent from a client.

Read more

canSetRow

The canSetRow method lets you allow or disallow any changes to a Row stored on the server, as sent from a client.

Read more

canDelCell

The canDelCell method lets you allow or disallow deletions of a Cell stored on the server, as sent from a client.

Read more

canSetCell

The canSetCell method lets you allow or disallow any changes to a Cell stored on the server, as sent from a client.

Read more

canDelValue

The canDelValue method lets you allow or disallow deletions of a Value stored on the server, as sent from a client.

Read more

canSetValue

The canSetValue method lets you allow or disallow any changes to a Value stored on the server, as sent from a client.

Read more