@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias EntityDetails

    If the path points to an entity, this is returned.

    type EntityDetails = {
        targetTypes: TargetTypeValue[];
        type: "entity";
        typeKey: EntityTypeKey;
    }
    Index

    Properties

    targetTypes: TargetTypeValue[]

    target types of this entity.

    type: "entity"
    typeKey: EntityTypeKey

    entity type key of this entity.