interface PublishedEventsDataTypeOptions {
    eventNotifier?: null | NodeIdLike;
    filter?: ContentFilterOptions;
    selectedFields?: null | SimpleAttributeOperandOptions[];
}

Hierarchy (view full)

Properties

eventNotifier?: null | NodeIdLike
selectedFields?: null | SimpleAttributeOperandOptions[]