eligius
    Preparing search index...

    Interface RequestLabelCollectionEvent

    Event: request-label-collection

    The language code

    Callback that receives the label collection

    interface RequestLabelCollectionEvent {
        args: [language: string, callback: (collection: any) => void];
        name: "request-label-collection";
    }
    Index

    Properties

    Properties

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