Type Alias AgendaSelectorProps

AgendaSelectorProps: {
    attachTo?: string | HTMLElement;
    initialAgenda?: Agenda;
    openSettings?: CollectionSelectorProps["openSettings"];
    selectCollectionContent: SelectCollectionContent;
    zIndex?: number;
}

Type declaration