@formstack/forms-renderer
    Preparing search index...

    Type Alias FormRenderOptions

    type FormRenderOptions = {
        baseUrl?: string;
        fullscreen?: boolean;
        height?: number | string;
        id?: string;
        loggingConfig?: TLoggingConfig;
        noRender?: boolean;
        shouldAutofocusForm?: boolean;
        submitUrl?: string;
        target?: string | HTMLElement;
        viewkey?: string;
        width?: number | string;
    }
    Index

    Properties

    baseUrl?: string
    fullscreen?: boolean
    height?: number | string
    id?: string
    loggingConfig?: TLoggingConfig
    noRender?: boolean
    shouldAutofocusForm?: boolean
    submitUrl?: string
    target?: string | HTMLElement
    viewkey?: string
    width?: number | string