Hiyve Components - v1.0.0
    Preparing search index...

    Interface NamedRegionDialogProps

    interface NamedRegionDialogProps {
        labels: MediaPlayerLabels;
        name: string;
        onClose: () => void;
        onDelete: () => void;
        onSave: (name: string) => void;
        open: boolean;
    }
    Index

    Properties

    name: string
    onClose: () => void
    onDelete: () => void
    onSave: (name: string) => void
    open: boolean