Home > @theweave/api > WeaveServices > userSelectWal
WeaveServices.userSelectWal property
Prompts the user with the search bar and We clipboard to select a WAL. Returns a WAL as soon as the user has selected a WAL or undefined if the user cancels the selection process.
Signature:
typescript
userSelectWal: () => Promise<WAL | undefined>;