interface Style {
    stroke?: string;
    strokeBottomColor?: string;
    strokeBottomWidth?: number;
    strokeLeftColor?: string;
    strokeLeftWidth?: number;
    strokeRightColor?: string;
    strokeRightWidth?: number;
    strokeStyle?: string;
    strokeTopColor?: string;
    strokeTopWidth?: number;
    strokeWidth?: number;
}

Properties

stroke?: string
strokeBottomColor?: string
strokeBottomWidth?: number
strokeLeftColor?: string
strokeLeftWidth?: number
strokeRightColor?: string
strokeRightWidth?: number
strokeStyle?: string
strokeTopColor?: string
strokeTopWidth?: number
strokeWidth?: number