ixfx
    Preparing search index...

    Type Alias ElementsOptions

    type ElementsOptions = {
        binds: Record<string, DomBindValueTarget & ElementBind>;
        container: HTMLElement | string;
        defaultTag: string;
    }
    Index

    Properties

    binds: Record<string, DomBindValueTarget & ElementBind>
    container: HTMLElement | string
    defaultTag: string