PixiDom - v1.0.0
    Preparing search index...

    Type Alias OutlineOptions

    Configuration for element outlines/borders.

    type OutlineOptions = {
        color: Color;
        width: number;
    }
    Index

    Properties

    Properties

    color: Color

    Color of the outline. Accepts any Color format.

    width: number

    Width of the outline in pixels