Theia API Documentation v1.68.0
    Preparing search index...
    interface ScmActionButton {
        command: ScmCommand;
        description?: string;
        enabled?: boolean;
        secondaryCommands?: ScmCommand[][];
    }
    Index

    Properties

    command: ScmCommand
    description?: string
    enabled?: boolean
    secondaryCommands?: ScmCommand[][]