LmnSizeWatcherOptions
No documentation has been provided.
Presentation
type LmnSizeWatcherOptions = {
/**
* The threshold to use
*/
threshold?: number | Signal <number>;
/**
* If true, the threshold will be the window scrollbar width
*/
withWindowScrollBarThreshold?: boolean;
/**
* The debounce time to use for the size changes
*/
debounceTime ?: number;
};