@refinio/one.ui
    Preparing search index...
    type ConnectionRow = {
        device: {
            instanceId: SHA256IdHash<Instance>;
            personId: SHA256IdHash<Person>;
            personName: string;
        };
        iom?: ConnectionRowIomInfo;
        status: {
            enable: (enabled: boolean) => Promise<void>;
            enabled: boolean;
            isConnected: boolean;
        };
    }
    Index

    Properties

    Properties

    device: {
        instanceId: SHA256IdHash<Instance>;
        personId: SHA256IdHash<Person>;
        personName: string;
    }
    status: {
        enable: (enabled: boolean) => Promise<void>;
        enabled: boolean;
        isConnected: boolean;
    }