Script API - v1.21.80
    Preparing search index...

    Type Alias PropertyPaneVisibilityUpdate

    Callback to execute when a visibility of a property pane is updated.

    type PropertyPaneVisibilityUpdate = {
        isVisible: boolean;
    }
    Index

    Properties

    Properties

    isVisible: boolean