@arcmantle/adapter-element
    Preparing search index...

    Interface ClassMapDirective

    The type of the class that powers this directive. Necessary for naming the directive's return type.

    interface ClassMapDirective {
        get _$isConnected(): boolean;
        render(classInfo: ClassInfo): string;
        update(
            part: AttributePart,
            __namedParameters: [classInfo: ClassInfo],
        ): string | typeof noChange;
    }

    Hierarchy (View Summary)

    Index

    Accessors

    Methods

    Accessors

    • get _$isConnected(): boolean

      Returns boolean

    Methods

    • Parameters

      Returns string

    • Parameters

      Returns string | typeof noChange