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

    Interface TabsFeatureConfig

    Per-mode tab/feature flags.

    interface TabsFeatureConfig {
        assignments?: boolean;
        chat?: boolean;
        clips?: boolean;
        files?: boolean;
        intelligence?: boolean;
        notes?: boolean;
        polls?: boolean;
        questions?: boolean;
        whiteboard?: boolean;
    }
    Index

    Properties

    assignments?: boolean
    chat?: boolean
    clips?: boolean
    files?: boolean
    intelligence?: boolean
    notes?: boolean
    polls?: boolean
    questions?: boolean
    whiteboard?: boolean