Lager - v5.2.0
    Preparing search index...

    Defines the properties for the ScreenCover component.

    This interface outlines the structure for the arguments passed to the ScreenCover component, including the image source and header text.

    ScreenCoverArguments

    interface ScreenCoverArguments {
        headerText: string;
        image: string;
    }
    Index

    Properties

    Properties

    headerText: string

    The text to be displayed over the image as a header.

    image: string

    The source URI of the image to be displayed as the cover. Can be a local or remote URL.