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

    Interface ResourceDataQuery<TSelector>

    interface ResourceDataQuery<TSelector = ResourceDataQuerySelector> {
        fields: string[];
        selector: TSelector;
    }

    Type Parameters

    Index

    Properties

    Properties

    fields: string[]

    List of fields to get from the resource, see the developer documentation for supported fields.

    selector: TSelector

    The name of the resource, see the developer documentation for supported resources.