interface FilterPubItem {
    own: boolean;
    pub: Data;
}

Properties

Properties

own: boolean

Whether the publication is owned by the local participant.

pub: Data

A publication, i.e. Data packet.