Script API - v1.26.10
    Preparing search index...

    Class BannerPatternBeta

    Describes a single banner pattern, which includes a colour and a pattern type.

    export class BannerPattern {
    private constructor();
    readonly color: string;
    readonly pattern: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    color: string

    The color to apply to this banner pattern.

    This property can't be read in early-execution mode.

    pattern: string

    The pattern type (e.g. gradient, chevron, cross, etc.) to apply to the banner.

    This property can't be read in early-execution mode.