PixiDom - v1.0.0
    Preparing search index...

    Type Alias SideScrollOptions

    Options for side scroll buttons.

    type SideScrollOptions = {
        color: Color;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    color: Color

    Color of the scroll button. Accepts any Color format.

    height: number

    Height of the scroll button

    width: number

    Width of the scroll button