docs(launcher): document post delay override
This commit is contained in:
@@ -41,7 +41,10 @@ export interface LaunchProfile {
|
||||
* Plain string → AppleScript (macOS). "shell:" prefix → shell command.
|
||||
*/
|
||||
post_script?: string;
|
||||
/** Milliseconds to wait after open_cmd before running post_script. Default: 2000 */
|
||||
/**
|
||||
* Milliseconds to wait after open_cmd before running post_script.
|
||||
* Default: 2000. Can be overridden per device via launch_profiles.
|
||||
*/
|
||||
post_delay_ms?: number;
|
||||
|
||||
// --- Reserved for future use — not yet implemented ---
|
||||
|
||||
Reference in New Issue
Block a user