Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 1.23 KB

_configuration_.istorageapi.md

File metadata and controls

70 lines (40 loc) · 1.23 KB

@directus/sdk-js

Globals / "Configuration" / IStorageAPI /

Interface: IStorageAPI

Hierarchy

  • IStorageAPI

Index

Methods

Methods

getItem

getItem<T>(key: string): T

Defined in Configuration.ts:11

Type parameters:

T: any

Parameters:

Name Type
key string

Returns: T


removeItem

removeItem(key: string): void

Defined in Configuration.ts:13

Parameters:

Name Type
key string

Returns: void


setItem

setItem(key: string, value: any): void

Defined in Configuration.ts:12

Parameters:

Name Type
key string
value any

Returns: void