Circus
    Preparing search index...

    Type Alias ZCircusComponentConstructor<T>

    Represents the type for a circus component model.

    type ZCircusComponentConstructor<T extends ZCircusComponentModel> = {
        Selector: string;
        new (driver: IZCircusDriver): T;
    }

    Type Parameters

    Index

    Properties

    Properties

    Selector: string

    The selector that can be used to query any of the components on the current driver context.