Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 975 Bytes

rest.getSession.md

File metadata and controls

56 lines (33 loc) · 975 Bytes

[# Masa React

Namespace: getSession

rest.getSession

Table of contents

Variables

Functions

Variables

metadata

Const metadata: MethodMetadata

Functions

useMethod

useMethod(): Object

Returns

Object

Name Type
data unknown
error undefined | Error
getData (lazyData?: any) => Promise<void>
loading boolean

useSimpleMethod

useSimpleMethod(__namedParameters): UseQueryResult<any, unknown>

Parameters

Name Type
__namedParameters any

Returns

UseQueryResult<any, unknown>