ixfx
    Preparing search index...

    Type Alias ElementBind

    type ElementBind = {
        nestChildren?: boolean;
        tagName?: string;
        transform?: (value: any) => string;
    }
    Index

    Properties

    nestChildren?: boolean

    If true, sub-paths are appended to element, rather than container

    tagName?: string

    Tag name for this binding. Overrides defaultTag

    transform?: (value: any) => string