@kayahr/ed-journal
    Preparing search index...

    Interface FSSBodySignals

    Base interface shared by all journal event types.

    interface FSSBodySignals {
        BodyID: ID;
        BodyName: string;
        event: "FSSBodySignals";
        Signals: { Count: number; Type: string; Type_Localised: string }[];
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BodyID: ID
    BodyName: string
    event: "FSSBodySignals"

    The type of event.

    Signals: { Count: number; Type: string; Type_Localised: string }[]
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.