@thepalaceproject/circulation-admin
Preparing search index...
components/CollectionReapButton
CollectionReapButtonProps
Interface CollectionReapButtonProps
interface
CollectionReapButtonProps
{
collection
:
CollectionData
;
disabled
?:
boolean
;
protocols
:
ProtocolData
[]
;
reapCollection
:
(
collectionId
:
string
|
number
)
=>
Promise
<
void
>
;
}
Index
Properties
collection
disabled?
protocols
reap
Collection
Properties
collection
collection
:
CollectionData
Optional
disabled
disabled
?:
boolean
protocols
protocols
:
ProtocolData
[]
reap
Collection
reapCollection
:
(
collectionId
:
string
|
number
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
disabled
protocols
reap
Collection
@thepalaceproject/circulation-admin
Loading...