SW Combine SDK
    Preparing search index...

    Interface MaterialEntity

    Material entity (wrapper with href attribute)

    interface MaterialEntity {
        attributes: { href: string };
        value: MaterialEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }