Preparing search index...
The search index is not available
@infrasoftbe/infrasoft-vnv-api-kit
@infrasoftbe/infrasoft-vnv-api-kit
SharepointAPI
IQuerySP
Interface IQuerySP
The
export interface IQuerySP
is defining an interface in TypeScript.
interface
IQuerySP
{
baseUrl
:
string
;
clientId
:
TClientId
;
Sites
:
(
(
siteId
?:
string
)
=>
IQuerySites
)
;
}
Index
Properties
base
Url
client
Id
Sites
Properties
base
Url
base
Url
:
string
client
Id
client
Id
:
TClientId
Sites
Sites
:
(
(
siteId
?:
string
)
=>
IQuerySites
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
client
Id
Sites
@infrasoftbe/infrasoft-vnv-api-kit
Loading...
The
export interface IQuerySP
is defining an interface in TypeScript.