Nocturna
    Preparing search index...

    Interface ParentNodeObserver

    ParentNodeObserver defines the interface for objects that want to be notified when the ParentNode completes a rotation.

    interface ParentNodeObserver {
        onRotationChange: () => void;
    }

    Implemented by

    Index

    Properties

    Properties

    onRotationChange: () => void