@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
31 lines • 722 B
TypeScript
/**
* The ID for the search toolbar.
*
* @since 0.1.0
*/
export declare const TOOLBAR_ID = "search";
/**
* The group ID for markers.
*
* @since 0.1.0
*/
export declare const MARKER_ID = "match";
/**
* The group ID for an active marker.
*
* @since 0.1.0
*/
export declare const ACTIVE_MARKER_ID = "active-match";
/**
* The throttle duration for applying the input result to the range.
*
* @since 0.1.0
*/
export declare const SEARCH_THROTTLE_DURATION = 10;
/**
* The delay time until jumping to the next match after replace.
*
* @since 0.1.0
*/
export declare const JUMP_DELAY_AFTER_REPLACE = 20;
//# sourceMappingURL=../../../../src/js/extensions/Search/constants.d.ts.map