LWT JavaScript API
    Preparing search index...

    Interface WordStatus

    Type declarations for PHP-injected global variables

    These types describe the global variables that are injected into the page by PHP scripts before the JavaScript bundle loads.

    interface WordStatus {
        abbr: string;
        color?: string;
        name: string;
        score?: number;
    }
    Index

    Properties

    Properties

    abbr: string
    color?: string
    name: string
    score?: number