GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the rating widget.

    interface RatingOptions {
        maxStars?: number;
        halfStars?: boolean;
    }
    Index

    Properties

    maxStars?: number
    halfStars?: boolean