AuthorModeOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface AuthorModeOptions

    interface AuthorModeOptions {
        allowFeedback?: boolean;
        orientation?: "left" | "right";
        topics?: { rowkey: string; title: string }[];
    }
    Index

    Properties

    allowFeedback?: boolean
    orientation?: "left" | "right"
    topics?: { rowkey: string; title: string }[]