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

    Interface TitleDisplayOptions

    interface TitleDisplayOptions {
        fadeInDuration: number;
        fadeOutDuration: number;
        stayDuration: number;
        subtitle?: string | RawMessage | (string | RawMessage)[];
    }
    Index

    Properties

    fadeInDuration: number
    fadeOutDuration: number
    stayDuration: number
    subtitle?: string | RawMessage | (string | RawMessage)[]