SW Combine SDK
    Preparing search index...

    Interface Entity

    interface Entity {
        name?: string;
        owner?: string | Character | Faction;
        type: string;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name?: string
    owner?: string | Character | Faction
    type: string
    uid: string