Interface StatModuleOptions

interface StatModuleOptions {
    bottom?: string;
    id?: string;
    left?: string;
    panelIndex?: number;
    right?: string;
    show?: boolean;
    top?: string;
}

Properties

bottom?: string
id?: string
left?: string
panelIndex?: number
right?: string
show?: boolean
top?: string