UI Component Reference - v2.63.4
    Preparing search index...

    Interface BackendComponentResult<T>

    interface BackendComponentResult<T = any> {
        call: BackendComponentCall;
        data: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    data: T