Margarita form reference documentation
    Preparing search index...

    Interface ResolverParams

    interface ResolverParams {
        name: string;
        params?: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name: string
    params?: unknown