Search
    Preparing search index...
    interface IDgModifyInnerStore {
        disabledSelectStepTitle: string;
        isAllowSubmit: boolean;
        isDisabledForSelect: boolean;
        payload: {};
        selectStepTitle: string;
        storeKey: string;
        resetData(): void;
    }
    Index

    Properties

    disabledSelectStepTitle: string
    isAllowSubmit: boolean
    isDisabledForSelect: boolean
    payload: {}
    selectStepTitle: string
    storeKey: string

    Methods

    • Returns void