zibri
    Preparing search index...

    Runs when the app initializes.

    interface OnAppInit {
        onAppInit: (app: ZibriApplication) => void | Promise<void>;
    }

    Implemented by

    Index

    Properties

    Properties

    onAppInit: (app: ZibriApplication) => void | Promise<void>

    Runs when the app initializes.