Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IToolStored

    interface IToolStored {
        defaultPrimary?: boolean;
        detach?: boolean;
        environment: { [key: string]: string };
        exclusive?: boolean;
        executable: string;
        id: string;
        logo: string;
        name: string;
        onStart?: "hide" | "hide_recover" | "close";
        parameters: string[];
        shell?: boolean;
        shortName?: string;
    }
    Index

    Properties

    defaultPrimary?: boolean
    detach?: boolean
    environment: { [key: string]: string }
    exclusive?: boolean
    executable: string
    id: string
    logo: string
    name: string
    onStart?: "hide" | "hide_recover" | "close"
    parameters: string[]
    shell?: boolean
    shortName?: string