Preparing search index...
    interface PhysicalLayerSwitcherStore {
        handleChangeHidePhysical: () => void;
        hidePhysicalRelations: boolean;
        get isLoading(): boolean;
        get readOnly(): boolean;
    }
    Index

    Properties

    handleChangeHidePhysical: () => void
    hidePhysicalRelations: boolean

    Accessors

    • get isLoading(): boolean

      Returns boolean

    • get readOnly(): boolean

      Returns boolean