Forest.js Core Documentation - v1.2.3
    Preparing search index...

    Type Alias DirectProps<R>

    DirectProps: [R] | [Promise<R>]

    Type for direct (non-reactive) props. Used when the props are static or pre-determined.

    Type Parameters

    • R

      The result type.

    const directProps: DirectProps<number> = [42];