cytoplasmic
    Preparing search index...

    Type Alias ElementAttributes<T>

    ElementAttributes: Record<
        string,
        | string
        | number
        | boolean
        | Cell<string>
        | Cell<number>
        | Cell<boolean>
        | EventListenerOrEventListenerObject,
    > & { ref?: MutRefCell<T> }

    Element attributes.

    Type Parameters

    • T