@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface CycleItem

    interface CycleItem {
        label: string;
        detail?: string;
        status?: LayerStatus;
        ref?: string;
    }
    Index

    Properties

    label: string
    detail?: string
    status?: LayerStatus
    ref?: string

    A stable handle (e.g. an entity or operation name) for command targeting.