ink-cartridge
    Preparing search index...

    Interface RegisterOptions

    Registration metadata for a screen in the navigation tree.

    interface RegisterOptions {
        parent?: ComponentType<any>;
    }
    Index
    parent?: ComponentType<any>

    The parent component in the navigation tree. If not provided, the component is considered a root candidate.