element-vir - v26.14.0
    Preparing search index...

    Type Alias MinimalDefinitionWithInputs<TagName>

    A parent definition of MinimalElementDefinition with inputs also specified with allows the .assign() method to be used inside of HTML templates.

    type MinimalDefinitionWithInputs<TagName extends string = string> = {
        _elementVirIsMinimalDefinitionWithInputs: true;
        definition: MinimalElementDefinition<TagName>;
        inputs: PropertyInitMapBase;
    }

    Type Parameters

    • TagName extends string = string
    Index

    Properties

    _elementVirIsMinimalDefinitionWithInputs: true

    This is what marks instance of this type as such. This does not use a symbol so it's compatible with multiple element-vir versions being installed at once (like if a dependency uses a different version).