Properties
deleteElement
deleteElement: (token: string, namespace: string, key: string) => Promise<boolean | x0ApiError>
Type declaration
-
- (token: string, namespace: string, key: string): Promise<boolean | x0ApiError>
-
Parameters
-
token: string
-
namespace: string
-
key: string
Returns Promise<boolean | x0ApiError>
elements
elements: typeof ElementManager
namespace
namespace: typeof NamespaceManager
serverInfo
serverInfo: () => Promise<any>