MediaSFU Angular
    Preparing search index...

    Interface GenericButton

    interface GenericButton {
        name?: string;
        icon?: IconDefinition;
        alternateIcon?: IconDefinition;
        onPress?: () => void;
        color?: string;
        backgroundColor?: { default?: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    name?: string
    icon?: IconDefinition
    alternateIcon?: IconDefinition
    onPress?: () => void
    color?: string
    backgroundColor?: { default?: string }