FileMaker Data API Tools API - v1.2.0
Preparing search index...
services/profileStore
ProfileStore
Class ProfileStore
Index
Constructors
constructor
Methods
list
Profiles
get
Profile
upsert
Profile
remove
Profile
get
Active
Profile
Id
set
Active
Profile
Id
list
Saved
Queries
save
Query
remove
Saved
Query
Constructors
constructor
new
ProfileStore
(
globalState
:
Memento
,
workspaceState
:
Memento
)
:
ProfileStore
Parameters
globalState
:
Memento
workspaceState
:
Memento
Returns
ProfileStore
Methods
list
Profiles
listProfiles
()
:
Promise
<
ConnectionProfile
[]
>
Returns
Promise
<
ConnectionProfile
[]
>
get
Profile
getProfile
(
id
:
string
)
:
Promise
<
ConnectionProfile
|
undefined
>
Parameters
id
:
string
Returns
Promise
<
ConnectionProfile
|
undefined
>
upsert
Profile
upsertProfile
(
profile
:
ConnectionProfile
)
:
Promise
<
void
>
Parameters
profile
:
ConnectionProfile
Returns
Promise
<
void
>
remove
Profile
removeProfile
(
profileId
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
Returns
Promise
<
void
>
get
Active
Profile
Id
getActiveProfileId
()
:
string
|
undefined
Returns
string
|
undefined
set
Active
Profile
Id
setActiveProfileId
(
profileId
:
string
|
undefined
)
:
Promise
<
void
>
Parameters
profileId
:
string
|
undefined
Returns
Promise
<
void
>
list
Saved
Queries
listSavedQueries
()
:
SavedQuery
[]
Returns
SavedQuery
[]
save
Query
saveQuery
(
query
:
SavedQuery
)
:
Promise
<
void
>
Parameters
query
:
SavedQuery
Returns
Promise
<
void
>
remove
Saved
Query
removeSavedQuery
(
queryId
:
string
)
:
Promise
<
void
>
Parameters
queryId
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
list
Profiles
get
Profile
upsert
Profile
remove
Profile
get
Active
Profile
Id
set
Active
Profile
Id
list
Saved
Queries
save
Query
remove
Saved
Query
FileMaker Data API Tools API - v1.2.0
Loading...