Membrane React - v0.6.0
    Preparing search index...

    Interface DataCollectionEvent

    interface DataCollectionEvent {
        type: DataCollectionEventType;
        record: {
            id: string;
            name?: string;
            uri?: string;
            iconUri?: string;
            fields?: Record<string, any>;
            udm?: string;
            unifiedFields?: Record<string, any>;
            rawFields?: Record<string, any>;
            createdTime?: string;
            updatedTime?: string;
            deletedTime?: string;
            createdById?: string;
            updatedById?: string;
        };
    }
    Index

    Properties

    Properties

    record: {
        id: string;
        name?: string;
        uri?: string;
        iconUri?: string;
        fields?: Record<string, any>;
        udm?: string;
        unifiedFields?: Record<string, any>;
        rawFields?: Record<string, any>;
        createdTime?: string;
        updatedTime?: string;
        deletedTime?: string;
        createdById?: string;
        updatedById?: string;
    }