Chartbreaker
    Preparing search index...

    Interface Data_TClazzDescriptorTool

    interface Data_TClazzDescriptorTool {
        category:
            | "misc"
            | "geometry"
            | string & {}
            | "ew"
            | "fibonacci"
            | "line"
            | "pnf";
        categoryName?: string;
        chartTypes?: null
        | string[];
        clazz: Data_Clazz;
        clazzType: "tool";
        flags: undefined | DataTClazzDescriptorFlags;
        fullname?: string;
        name?: string;
        resolutions?: null | number[];
        type?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    category:
        | "misc"
        | "geometry"
        | string & {}
        | "ew"
        | "fibonacci"
        | "line"
        | "pnf"
    categoryName?: string
    chartTypes?: null | string[]
    clazz: Data_Clazz
    clazzType: "tool"
    flags: undefined | DataTClazzDescriptorFlags
    fullname?: string
    name?: string
    resolutions?: null | number[]
    type?: string | string[]