Documentation
    Preparing search index...

    Interface GetDynamicFieldObjectParams

    Return the dynamic field object information for a specified object

    interface GetDynamicFieldObjectParams {
        name: DynamicFieldName;
        parentId: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    The Name of the dynamic field

    parentId: string

    The ID of the queried parent object

    signal?: AbortSignal