Metatell AI Bot - v0.0.10
    Preparing search index...

    Base structure for a NAF component

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

    Type Parameters

    • T = unknown

    Hierarchy (View Summary)

    Index

    Properties

    components?: T
    forceRender?: boolean