Skip to main content
All docs
V25.1
  • ChooseJsonSchemaPageBase<TSource, TState> Class

    Declaration

    export abstract class ChooseJsonSchemaPageBase<TSource extends DevExpress.Analytics.Data.IDataSourceBase, TState> extends WizardPageBase<TState, TState>

    Type Parameters

    Name Type
    TSource IDataSourceBase
    TState

    Inheritance

    constructor<TSource, TState>

    Initializes a new instance of the ChooseJsonSchemaPageBase<TSource, TState> class with specified settings.

    Declaration

    constructor(
        _requestWrapper?: DevExpress.QueryBuilder.Utils.RequestWrapper
    )

    Parameters

    Name Type
    _requestWrapper RequestWrapper

    Type Parameters

    Name Type
    TSource IDataSourceBase
    TState

    Methods

    canFinish Method

    Declaration

    canFinish(): boolean

    Returns

    Type
    boolean

    canNext Method

    Declaration

    canNext(): boolean

    Returns

    Type
    boolean

    dispose Method

    Declaration

    dispose(): void