@m-bock/gcode-viewer-core
    Preparing search index...

    Type Alias PubState

    type PubState = {
        index: RemoteData<{ content: IndexFileItem[]; url: string }>;
    }
    Index

    Properties

    Properties

    index: RemoteData<{ content: IndexFileItem[]; url: string }>