doddle
    Preparing search index...

    Interface Metadata

    An metadata object describing the state of a Doddle instance.

    interface Metadata {
        desc: string;
        isReady: boolean;
        stage: string;
        syncness: string;
    }
    Index

    Properties

    desc: string

    A human-readable representation of the Doddle's state.

    isReady: boolean

    Whether the Doddle has already been pulled.

    stage: string

    The current stage of the Doddle's execution.

    syncness: string

    Whether the Doddle is sync or async (or whether it's unknown).