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

    Options of the text widget.

    interface TextOptions {
        maxLength?: number;
        placeholder?: string;
    }
    Index

    Properties

    maxLength?: number
    placeholder?: string