GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface BootMessage

    Title + body shown in the startup boot report.

    interface BootMessage {
        title: string;
        message: string;
    }
    Index

    Properties

    Properties

    title: string
    message: string