OnFoldHandler: ((changed) => void)

Type declaration

    • (changed): void
    • Parameters

      • changed: {
            [key: string]: boolean;
        }
        • [key: string]: boolean

      Returns void

Argument

changed {[key: string]: boolean} - a key-value mapping of node fold states that have changed and the state they have changed to.

Returns