NextGIS Frontend
    Preparing search index...

    Interface HtmlToggle

    Values to be in the button content in accordance with the status of the toggle control

    interface HtmlToggle {
        off: HtmlDef;
        on: HtmlDef;
    }
    Index

    Properties

    Properties

    off: HtmlDef