Hide script from main list? #1464
Answered
by
johnlindquist
ramiroaraujo
asked this question in
Q&A
-
Hey! long time now see |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
May 2, 2024
Replies: 1 comment 2 replies
-
Perhaps you can trick it by calling export declare let setScriptTimestamp: (stamp: Stamp) => Promise<Script[]>;
export type Stamp = {
filePath: string;
timestamp?: number;
compileStamp?: number;
compileMessage?: string;
executionTime?: number;
changeStamp?: number;
exitStamp?: number;
runStamp?: number;
runCount?: number;
}; |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ramiroaraujo Adding:
// Exclude: true
Will keep it from appearing in the main menu