Interface SelectionStyle

interface SelectionStyle {
    fill?: string;
    strokeFill?: string;
    strokeWidth?: number;
}

Hierarchy (view full)

Properties

fill?: string
strokeFill?: string
strokeWidth?: number