Options<F>: {
    id: number;
} & Omit<Identity, "id"> & Partial<Features<F>> & {
    attributes?: ElementSet<Attribute>;
    commands?: ElementSet<Command>;
    events?: ElementSet<Event>;
}

Input to ClusterType function. This is a relaxed extension of ClusterType with empty objects optional.

Type Parameters