Represents options for a library.
The LibraryOptions interface provides a set of properties that control the
behavior and appearance of a library. These options include settings for the
entries, select handler, and searchable state.
Properties#
| Property | Type | Description |
|---|---|---|
entries |
string[] |
|
onSelect? |
(asset) => Promise<void> |
- |
searchable? |
boolean |
- |