Arc.React
    Preparing search index...

    Type Alias CommandFormFieldComponentProps<TComponentProps, TCommand>

    CommandFormFieldComponentProps: Omit<TComponentProps, keyof WrappedFieldProps> & BaseCommandFormFieldProps<
        TCommand,
    > & InjectedCommandFormFieldProps

    The public props for a field component produced by asCommandFormField. TCommand defaults to unknown; callers should specify the command type explicitly for full type safety on the value accessor.

    Type Parameters