hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface IInstancePoolPreloadConfig

    interface IInstancePoolPreloadConfig {
        clazz: new () => IReusable;
        count: number;
        styleKey: string;
    }
    Index

    Properties

    Properties

    clazz: new () => IReusable
    count: number
    styleKey: string