eligius
    Preparing search index...

    Interface RequestCurrentTimelineEvent

    Event: timeline-request-current-timeline

    Callback that receives the current timeline URI

    interface RequestCurrentTimelineEvent {
        args: [callback: TResultCallback<string>];
        name: "timeline-request-current-timeline";
    }
    Index

    Properties

    Properties

    args: [callback: TResultCallback<string>]
    name: "timeline-request-current-timeline"