bga-jump-to
    Preparing search index...

    Interface JumpToEntrySettings

    interface JumpToEntrySettings {
        backgroundImage?: string;
        backgroundPosition?: string;
        backgroundRepeat?: string;
        backgroundSize?: string;
        classes?: string;
        color?: string;
        html?: string;
        id?: string;
    }
    Index
    backgroundImage?: string

    Background image. Usually, the player avatar, or the image of the board.

    backgroundPosition?: string

    Background position, default center center.

    backgroundRepeat?: string

    Background repeat, default no-repeat.

    backgroundSize?: string

    Background size, default contain.

    classes?: string

    Classes to add to the element.

    color?: string

    The border color. Usually, the player color, or the main color of the board.

    html?: string

    Add HTML inside the element.

    id?: string

    add an id to the element.