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

    Options of the longtext widget.

    interface LongtextOptions {
        maxLength?: number;
        rows?: number;
        placeholder?: string;
    }
    Index

    Properties

    maxLength?: number
    rows?: number
    placeholder?: string