RSX Code Reference
    Preparing search index...
    • rsx
    • IGraphTypeRegistered

    Interface IGraphTypeRegistered

    Allows to inject a lambda that is executed when the GraphType is registered for the decorated type.

    interface IGraphTypeRegistered {
        onGraphTypeRegistered(graphType: Writable<GraphType>): any;
    }
    Index