eligius
    Preparing search index...

    Interface RequestLabelCollectionsEvent

    Event: request-label-collections

    Array of label IDs to retrieve

    Callback that receives the label collections

    interface RequestLabelCollectionsEvent {
        args: [labelIds: string[], callback: (collections: any) => void];
        name: "request-label-collections";
    }
    Index

    Properties

    Properties

    args: [labelIds: string[], callback: (collections: any) => void]
    name: "request-label-collections"