turbodombuilder - v0.9.5
    Preparing search index...

    Type Alias DefineOptions

    Options object type for the @define decorator.

    type DefineOptions = {
        injectAttributeBridge?: boolean;
    }
    Index

    Properties

    injectAttributeBridge?: boolean

    If true, injects an attributeChangedCallback into the class (if it's missing). It defaults to true.