Preparing search index...
The search index is not available
@thepalaceproject/library-registry-admin
@thepalaceproject/library-registry-admin
components/PlsIDForm
PlsIDFormProps
Interface PlsIDFormProps
interface
PlsIDFormProps
{
currentID
?:
string
;
error
?:
FetchErrorData
;
fetchLibrary
:
(
uuid
:
string
)
=>
LibraryData
;
postPlsID
?:
(
data
:
FormData
)
=>
Promise
<
void
>
;
store
:
Store
<
State
>
;
uuid
:
string
;
}
Hierarchy (
View Summary
)
PlsIDFormOwnProps
PlsIDFormStateProps
PlsIDFormDispatchProps
PlsIDFormProps
Index
Properties
currentID?
error?
fetch
Library
post
PlsID?
store
uuid
Properties
Optional
currentID
currentID
?:
string
Optional
error
error
?:
FetchErrorData
fetch
Library
fetchLibrary
:
(
uuid
:
string
)
=>
LibraryData
Optional
post
PlsID
postPlsID
?:
(
data
:
FormData
)
=>
Promise
<
void
>
store
store
:
Store
<
State
>
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currentID
error
fetch
Library
post
PlsID
store
uuid
@thepalaceproject/library-registry-admin
Loading...