metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface NAFComponent<T>

    Base structure for a NAF component

    interface NAFComponent<T = unknown> {
        components?: T;
        forceRender?: boolean;
    }

    Type Parameters

    • T = unknown

    Hierarchy (View Summary)

    Index
    components?: T
    forceRender?: boolean