Skip to main content

SyncedStorage.set

Storage에 데이터를 저장합니다. 저장할 데이터 혹은 함수를 받아서 데이터를 저장합니다.

Signature

set: (data: DataOrFn<Data | null>) => void;