torque-pro-assistant - v1.0.0
    Preparing search index...
    interface OverlayViewProps {
        onClearSelection: () => void;
        onIdsChange: (ids: readonly string[]) => void;
        selected: readonly Session[];
        sessionPool: readonly Session[];
    }
    Index

    Properties

    onClearSelection: () => void
    onIdsChange: (ids: readonly string[]) => void
    selected: readonly Session[]
    sessionPool: readonly Session[]