prorm API Reference
    Preparing search index...

    Interface DefaultFunction

    Function that returns the default value. Called at runtime when creating new instances.

    interface DefaultFunction {
        fn: (instance?: any) => any;
    }
    Index
    fn: (instance?: any) => any