Skip to content

folio-org/ui-plugin-find-license

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ui-plugin-find-license

Copyright (C) 2017-2019 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

This package furnishes a single Stripes plugin of type find-license, which can be included in Stripes modules by means of a <Pluggable type="find-license"> element. See the Plugins section of the Module Developer's Guide.

Props

Name Type Description Required
onLicenseSelected func: (license) => {} Callback fired when a user clicks a license Yes
dataKey string Optional dataKey passed to stripes/connect when creating the connected Licenses component.
renderTrigger func: ({ triggerId, onClick }) => {} Optional render function for the button to open the License search modal. The onClick prop should be called when the trigger is clicked (assuming it is a Button). The buttonRef prop ensures that the trigger button is brought back into focus once the lookup modal is closed

Additional information

Other modules.

See project ERM at the FOLIO issue tracker.

Other FOLIO Developer documentation is at dev.folio.org