turbodombuilder - v0.9.22
    Preparing search index...

    Type Alias MakeSubstrateOptions

    Type representing objects used to configure the creation of substrates. Used in makeSubstrate.

    type MakeSubstrateOptions = {
        onActivate?: () => void;
        onDeactivate?: () => void;
    }
    Index

    Properties

    onActivate?: () => void

    Callback function to execute when the substrate is activated.

    onDeactivate?: () => void

    Callback function to execute when the substrate is deactivated.