All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.pages.PageResolver.ts Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
class PageResolver {
    static get defaultState() {
        return ({
            id: '',
            metadata: {},
            loading: false,
            error: false,
            disabled: false,
            pageUrl: '/',
            rootPage: false,
        })
    }
}

export default PageResolver




© 2015 - 2025 Weber Informatics LLC | Privacy Policy