turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias DefineOptions

    Options object for the define decorator and imperative function.

    type DefineOptions = {
        injectAttributeBridge?: boolean;
    }
    Index

    Properties

    injectAttributeBridge?: boolean

    Whether to inject an attributeChangedCallback into the class prototype if one is not already present. When enabled, HTML attribute changes are automatically mirrored to their associated @observe-decorated fields, and vice versa.