Chartbreaker
    Preparing search index...

    Type Alias toolInfo

    type toolInfo = {
        color: string;
        description: string;
        line: KnockOutLine;
        name: string;
        timeout: number;
    }
    Index

    Properties

    color: string
    description: string
    name: string
    timeout: number