@hydroperx/metro
    Preparing search index...

    Type Alias LiveTilePage

    type LiveTilePage = {
        html: string;
        id?: string;
    }
    Index

    Properties

    Properties

    html: string
    id?: string

    Contributes an id attribute to the page element that contains the html content, which may be queried through querySelector() in the tile's button element.