sdk.watcher.watchselectoroptions
Home > @matterway/sdk > Watcher > WatchSelectorOptions
Watcher.WatchSelectorOptions type
Signature:
export type WatchSelectorOptions = Pick<WatcherSpec<ElementHandle>, 'enter' | 'leave'> & {
ensureVisible: boolean;
};
References: WatcherSpec