edgeFunctionsConfig property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(7)
FFSupabaseEdgeFunctionsConfig get edgeFunctionsConfig

@doc Supabase Edge Functions configuration. @deprecated Use FFBackend.supabase_edge_functions_config instead.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
FFSupabaseEdgeFunctionsConfig get edgeFunctionsConfig => $_getN(6);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(7)
set edgeFunctionsConfig (FFSupabaseEdgeFunctionsConfig value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
set edgeFunctionsConfig(FFSupabaseEdgeFunctionsConfig value) =>
    $_setField(7, value);