Reference - BaklavaJS
    Preparing search index...

    Interface INodeInterfaceState<T>

    interface INodeInterfaceState<T> {
        id: string;
        templateId?: string;
        value: T;
        [key: string]: any;
    }

    Type Parameters

    • T

    Hierarchy

    • Record<string, any>
      • INodeInterfaceState

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    id: string
    templateId?: string
    value: T