FunctionsstorageSetItemstorageSetItem CallablestorageSetItem<T>(key: string, value: T, accessMode?: AccessMode, tappIds?: number[]): Promise<void>Sets the value that is assigned to the key from a storage outside the frameType parametersT: string | number | objectParameterskey: stringvalue: ToptionalaccessMode: AccessModeoptionaltappIds: number[]Returns Promise<void>
Sets the value that is assigned to the key from a storage outside the frame