bga-cards
    Preparing search index...

    Interface SelectionStyle

    interface SelectionStyle {
        class?: string;
        outlineColor?: string;
        outlineSize?: number;
    }
    Index

    Properties

    class?: string

    The class to apply to this selection style. Use class from manager is unset in the card stock.

    outlineColor?: string

    The outline color. Default 'orange' for selectable dashes, 'blueviolet' for selected line.

    outlineSize?: number

    The outline size. Default 5px;