Enode — API Reference
    Preparing search index...

    A blocking presentation a screen renders via .

    interface BlockingPresentation {
        message: string;
        onPrimary: () => void;
        primaryLabel: string;
        title: string;
    }
    Index

    Properties

    message: string
    onPrimary: () => void
    primaryLabel: string
    title: string