SW Combine SDK
    Preparing search index...

    Interface DroidEntity

    Droid entity (wrapper with href attribute)

    interface DroidEntity {
        attributes: { href: string };
        value: DroidEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }